Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

create multiple sales order

Former Member
0 Likes
351

Dear all,

how to create multiple sales order using rfc's.

regards,

malli.

1 REPLY 1
Read only

Former Member
0 Likes
296

I Don't think there is a RFC for it. But you can create the Function and make it RFC enable.

the Interface of The RFC should allow and take information to create multiple orders.

inside the RFC ,

you need to loop the table parameters

since the main table contains information of all the orders.

and

Call the BAPI

BAPI_SALESORDER_CREATEFROMDAT2

and pass appropriate information for each loop and create order.