batch-query

How to get SAP CloudSdk BatchRequest not to ignore filter parameter on Batch Query?

社会主义新天地 提交于 2021-01-28 14:24:03
问题 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

How to get SAP CloudSdk BatchRequest not to ignore filter parameter on Batch Query?

荒凉一梦 提交于 2021-01-28 14:14:29
问题 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