cancel
Showing results for 
Search instead for 
Did you mean: 

Order Generation

Former Member
0 Kudos

Hi,

I have a bunch (lets say 100) of Orders from different Customers in a Database, waiting to be posted to R/3 Server and there need to be process the Orders.

i want to use JDBC on Sender and IDOC as Receiver.

ORDERS.ORDERS03 is the IDOC i need to import to XI, hope i am correct!!

1.How many IDOCs will be created in R/3 system?

2.How to execute IDOCs on R/3 System?

3.How we know a Order is generated in R/3 (i.e with successful checking of stockes)

4.If i want to send Order Confirm Number, which is generated in R/3 back to Database System, what i have to do?

Thanks

Seshu

Accepted Solutions (1)

Accepted Solutions (1)

moorthy
Active Contributor
0 Kudos

Hi,

<i>1.How many IDOCs will be created in R/3 system?</i>

>>>Based on the data, ie. how many idoc data you are sending from the database

<i>2.How to execute IDOCs on R/3 System?</i>

>>>Once you populate the data in the idoc format, function modules will be exuected and it will create the order

good resource-

http://www.netweaverguru.com/EDI/HTML/IDocBook.htm

one e.g-

http://help.sap.com/saphelp_47x200/helpdata/en/78/21758051ce11d189570000e829fbbd/content.htm

<i>3.How we know a Order is generated in R/3 (i.e with successful checking of stockes)</i>

>>>Based on the idoc success status , you can find out this in WE02 - one of the way , else, Or transaction ME23 ( i.e orders display)

<i>4.If i want to send Order Confirm Number, which is generated in R/3 back to Database System, what i have to do?</i>

>>>Based on idoc acknowledgement -https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f6d2d790-0201-0010-9382-b50b499b3fbe

Regards,

Moorthy

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Seshu,

This will be useful..

/people/morten.wittrock/blog/2006/03/23/getting-started-with-xi-part-1-xi-30-cheat-sheet

cheers

Prashanth

P.S Please mark helpful answers