cancel
Showing results for 
Search instead for 
Did you mean: 

SAles ORDER

Former Member
0 Kudos

How do you create multiple sales order automatically?? for eg if u have to create 10000 orders per day. how will you do it.

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi,

If you want to create same sales order 1000 time ( same means doc type, sales area, customer and material, qty and plant, required delivery date is same ) then you can use ecatt .

Rajesh Managolikar

safeer_rahman2
Contributor
0 Kudos

Hi Nirmal...

As lakshmipathi and Prashanth have pointed out... Sales orders will be created manually on a day to day basis...

But..Still If you are on migration from a legacy system like peoplesoft to SAP and if you want to recreate all the order again then always you can do it via BAPI...

Its also possible to make use of an IDoc to automatically create a sales order wheneever you are creating an order in other sytems...

Thanks...

Safeer Rahman..

Former Member
0 Kudos

Hi Nirmal,

If it is real scenario and you are getting the Sales Order details from some legacy system then your requirement can be achieve by following way;

u2022 BAPI (you can do it by XI also)

u2022 IDoc (you can do it by XI also)

u2022 BDC Program

Hope your query is answered.

Cheers !!!

Imzo

Former Member
0 Kudos

Hello,

As Lakshmi expalined, you will not face this situation in day to day SAP transactions, in real time each order will be created manually because the cusomer, material, lead time, destination ...etc may be different.

Mass creation of sales order can be done through BDC, but mostly used when migrating data from Leacy system to SAP.

Prase

Lakshmipathi
Active Contributor
0 Kudos

Dear Nirmal

Either through LSMW or BDC, this can be achieved. Incidentally, I am sure, just for knowledge sake, you are asking and not a real time requirement

thanks

G. Lakshmipathi

ian_kehoe
Active Participant
0 Kudos

Hello Nirmal,

You could create a z program and use a BAPI (like BAPI_SALESORDER_CREATEFROMDAT2) to create the sales orders.

Also you could use edi functionality.

I hope this helps.

Best regards,

Ian Kehoe