cancel
Showing results for 
Search instead for 
Did you mean: 

How to generate sales order in SAP using XI

Former Member
0 Kudos

Hi,

I have been assigned to generate sales order in SAP..data comming from legacy in XML file format. with the data received in XI. I need to generate sales order in SAP system,

can any body help me wat will be the step by step solution of that.

I am totally blank in ABAP. I dont know any thing in ABAP.

Thanks sree manju.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

for generating the sales order refer the transaction va01.

And create the sales order.

or u can do one thing. go to WE02 tcode select the orders IDOC no then go to WE19 and generate the salers order withe the IDOC no as reference.

refer the below link:

IDOC testing using WE19

/people/sameer.shadab/blog/2005/07/25/reposting-idocs-instead-of-recreating--for-testing-purpose-xi

chirag

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sree,

As per your requirement, you can use a file adapter to read XML files and the pass the data to XI and from XI to R/3, you have 3 ways to create sales order in SAP:

1. Idoc Adapter: Use a standard idoc to create sales order in SAP.

2 RFC Adapter.

3. Server Proxies: The transaction code for sales order creation is VA01. You will recieve the data in your server proxy method (EXECUTE_ASYNCHRONOUS) and then write a BDC code to upload this data into VA01 transaction.

Knowing that you do not have experience in ABAP coding, I would suggest you to go for Idoc adapter or RFC adapter (if standard BAPI is available).

Otherwise, for using server proxies, the help of an experienced abaper is indeed required.

Former Member
0 Kudos

Hi,

Thanks

Vikranth

Former Member
0 Kudos

Hi Manju,

I think this will helps you definitely.Go through this.

Thanks,

Vijaya.