cancel
Showing results for 
Search instead for 
Did you mean: 

sales order creation through idoc

Former Member
0 Kudos

hi all,

i have a requirement of creating sales order via use of idocs.i need to create a report for that.

any pointers on how to develop the program for it??whats the process??

thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

chk this site

http://www.allsaplinks.com/idoc_sample.html

For creating sales documents (sales order) through IDOCS you will have to use the T code WE19. In that click basic type and enter order05(IDOC type) and select via message type then enter ORDERS(message type), click execute.

You will get to see many fields.here you have to enter the datas that you enter in the VA01 screen in order to create sales order. The datas such as material name, date, qty, P.O no etc. After entering all the datas, you click standard inbound the IDOC would be created by the system.You can see the created order by going in to VA03 screen.

Next time when you create the IDOC, in same tcode WE19 screen, click existing IDOC and enter the IDOC which you created in the above step and just change the P.O no.Sytem will create new sales order through new IDOC

Before doing all you need to maintain the partner profile in T code WE20. For this Discuss with EDI consultant.

Siva

Message was edited by:

SivaKumar

Former Member
0 Kudos

but how to develop the report for the same ??...i need to have the whole inbound data from idoc first into the internal table...and then post the same .

any pointers???