‎2008 Jul 26 5:08 PM
Dear all,
how to create multiple sales order using rfc's.
regards,
malli.
‎2008 Jul 26 6:41 PM
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.