on 2021 Sep 14 10:44 AM
We are using A_SalesOrder in S/4HANA Cloud to register Sales Order.
When we use this API to register details, is there a limit to the number of details that can be registered at one time?
Request clarification before answering.
Hello
The OData API is a synchronous call where the calling client is waiting for the order to process and return a response. The large number of line items and associated business logic behind the scenes is not recommended as also linked in the post referenced by Yoshikaza.
I'd recommend testing out the asynchronous SOAP API for these large orders: https://api.sap.com/api/SALESORDERBULKREQUEST_IN/overview
With this API, your client submits the payload and can continue on with subsequent processing while the order is processed in S/4.
If you are using a middleware like CPI, you can then receive the order confirmation in another iFlow after the asynchronous processing has finished.
Thanks,
Marty
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 23 | |
| 13 | |
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.