Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Regarding sales order not created in xml file format

Former Member
0 Kudos

Hi Friends,

                   I have the xml file,I sort the xml file alphabetically on material master codes, WHen program try to create the sales order by using this xml file through call transaction method, the line item numbers does not matches with the line items of xml file.

I want same sequence.Please suggest me..

Best Regards,

SHialpa.

3 REPLIES 3

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

The link below can also help:

http://scn.sap.com/thread/1714205

Regards,

Ashvin

thanga_prakash
Active Contributor
0 Kudos

I guess you are parsing the XML file and calling the CALL TRANSACTION of VA01 to create sales order.

You can try using the BAPI's to create the sales order.

Try with the below BAPI's.

BAPI_SALESORDER_CREATEFROMDAT1

BAPI_SALESORDER_CREATEFROMDAT2

Regards,

TP