Symptom
You are using the service SalesPriceListFindByIDQuery to retrieve information the system, but the data is not being reverted back.
Environment
SAP Business ByDesign.
Reproducing the Issue
Send the request to SAP Business Bydesign.
Cause
You are trying to retrieve a price list which is too many items. When trying to query data from list with more than 10.000 items, this may cause memory inconsistencies.
Resolution
This is the expected system behavior.
Please reduce the amount of data you are trying to retrieve from the system.
If you need to extract a high volume Price List or Discount List from the system you can use the web service ManageSalesPriceListIn with the operation Read price lists with filter.
Please see the following Blog for details on how to use the web service and the operation: Price List and Discount List Read with Pagination in SAP Business ByDesign Cloud ERP
See Also
2121972 - Dump While Filtering the Number of Items in the Price List
Keywords
SalesPriceListFindByIDQuery, Web Service, Price List, Limit , KBA , AP-PRC-PC , Calculation , How To