Symptom
You have maintained base price list in the system and want to delele item lines of the price list by using ODATA, but failed due to error:
A technical error (Mandatory initialization missing) occurred: PRC_ESF_CND_MAINT 502. Report an incident.
Environment
SAP Business ByDesign
Reproducing the Issue
n/a
Cause
Currently, we do not support CRUD (Create, Read, Update, and Delete) operations for OData on Sales Price Specification. The PriceList BO (Business Object) is not write enabled due to complexity issues and technical limitations. As a result, the functionality to write to the BO is not enabled at this time. However, the customer can still query the BO using GET requests. OData is a stateless request, and because of this, we do not initialize the BO, which is necessary for these operations.
Resolution
This is the system standard behavior.
See Also
Keywords
ODATA; Sales Price Specification; PRC_ESF_CND_MAINT 502; managepricelistin; Edit; Delete; Line Item , KBA , AP-PRC-PC , Calculation , Problem