cancel
Showing results for 
Search instead for 
Did you mean: 

API Parallelization

vibhapai6
Explorer
0 Kudos
286

Hi,

According to my project requirement, I have to call 4 APIs for every salescycle for creation of sales order to Posting goods issue. Currently I am simulating this cycle from Postman.

However, I have observed that it takes 8s to 19s (Depending on the S4 Cloud system load) to complete the whole cycle. This will be a huge problem for us as we can have only one instance running at one time for a communication system. Large number of sales orders will be created everyday and the system will be overloaded processing these requests one at a time.

One solution would be to group many requests into each API call.

Please advise how to post such requests. Is it possible to parallely process the API requests.

Thanks

Vibha

Accepted Solutions (1)

Accepted Solutions (1)

Qi_Liu
Product and Topic Expert
Product and Topic Expert
0 Kudos

Some guidelines mentioned in this KBA even though it is for Journal Entry, you may consider A-Synchronised calls

3391018 - Performance recommendations for Journal Entry - Post API - S/4HANA Cloud - SAP for Me

Answers (0)