Application Development and Automation 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: 
Read only

BAPI for Sales Order Creation from Third-party Application

Former Member
0 Likes
1,297

Hi,

I need to create a Sales order in a SAP system from a third-party applications. Please provide the list of BAPIs/Interfaces that are involved in creation of Sales Order.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
961

Hi Dinesh,

You can use the Function Module BAPI_SALESORDER_CREATEFROMDAT2 for creating.

The transaction Code BAPI will give you more information.

Vipin

4 REPLIES 4
Read only

Former Member
0 Likes
962

Hi Dinesh,

You can use the Function Module BAPI_SALESORDER_CREATEFROMDAT2 for creating.

The transaction Code BAPI will give you more information.

Vipin

Read only

0 Likes
961

Hi Vipin,

Thanx for the prompt reply. Apart from the one u said is there any other BAPI which needs to be called in the process of Sales Order creation. Say for example for Commit, etc.

It will be great if you can send me the exact flow of sales order creation process from third-party applications.

Read only

0 Likes
961

Hi,

Refer the documentation .

BAPI_TRANSACTION_COMMIT needs to be called for commit

Regards

Read only

Former Member
0 Likes
961

Hi,

Check this link, explains step by step.

http://abaplovers.blogspot.com/2008/02/bap-sales-order-create.html

Thanks,

Krishna