Symptom
When creating sales order using scope item 2EL Integration of Sales with External Buyers, the following error occurs.
- Pricing procedure cannot be determined.
Environment
SAP S/4HANA Cloud Public Edition
Cause
In the payload of this API request, for property <SalesDocumentType>, 'OR' is being used instead of 'TA'.
As mentioned by the following SAP Help Portal, only the format found in the database can be used, not the language-dependent format found on the UI. For example, use the sales document type TA instead of OR, which is found on the English UI for standard orders.
Resolution
In the payload, change the value 'OR' in <SalesDocumentType>OR</SalesDocumentType> to 'TA'.
See Also
Keywords
SAP S/4HANA Cloud Public Edition, 2EL, EDI, Pricing Procedure, EDI_SD012, SalesDocumentType, TA, OR, Sales Order/Customer Return - Create, Update, Cancel (B2B), Pricing procedure cannot be determined , KBA , SD-SLS-EDI-2CL , S/4HANA: Sales EDI Messages (Public Cloud) , SD-SLS-EDI , S/4HANA: Sales EDI Messages , Problem
SAP Knowledge Base Article - Public