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

Create multiple sales order by bapi BAPI_SALESORDER_CREATEFROMDAT2

prasnop
Participant
0 Kudos
1,294

Hi Experts,

Is it possible to create multiple sales order at once by this bapi

BAPI_SALESORDER_CREATEFROMDAT2.

Thanks,

Accepted Solutions (0)

Answers (1)

Answers (1)

masztalerzl
Explorer

Hi,

Yes, you can create multiple sales order at once by BAPI_SALESORDER_CREATEFROMDAT2.

E.g. You can upload external file with a lot of data to SAP or download data from selection screen for create sales orders by bapi. Use the loop. You have to give obligatory data ( e.g PO number, ship-to-party etc.) must If PO number and ship-to-party will be different from the previous loop one, run BAPI. I know such application.

If you want call only once bapi for different PO-number, I guees it is not possible.