cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to add multiple items in Item Master with single call to API via service layer.

Former Member
0 Kudos
1,682

“A third party application is trying to create multi-line (avg 25 lines) quotation using Service Layer. While doing this, items are created first by calling “Item Post API”, followed by “Quote Post API”. Since there are large number of Items in the quotation, Post API for item creation is called as many times in the loop and that takes lot of time. We are trying to find out how this kind of problem be solved. Essentially we would like to create multiple Items in one go and then create quotation for those items.. all this when user clicks on “Save” in the third party application.

Any suggestions would help.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197733
Contributor
0 Kudos

Use $batch

Answers (1)

Answers (1)

ANKIT_CHAUHAN
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

This is the same as here. Batch operations.

Kind regards,

ANKIT CHAUHAN

SAP SME Support