How to get SAP CloudSdk BatchRequest not to ignore filter parameter on Batch Query?
问题 We are currently struggeling with Batch Query, which seems to ignore the filter expressions on S4 side caused by a wrong URL encoding. /sap/opu/odata/sap/ZP2M_A_CONTRACT_SEARCH_HDR_CDS/ZP2M_A_CONTRACT_SEARCH_HDR?$filter=PurchaseContractID eq %274600002020%27&$select=*&$format=json Executing the query using FluentHelperRead.execute(HttpClient) the returned list of entities contains the expected result with exactly one entity. Executing the query as Batch Query the following request is logged