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

sales order creation using bapi.

Former Member
0 Likes
404

hi,

i want to create a sales order using the bapi function module.could you please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
370

Hi,

To create sales order try this BAPI, BAPI_SALESORDER_CREATEFROMDAT2..

Once u callled this one , call BAPI_TRANSACTION_COMMIT to write records in database table.

In se37, paste this BAPi, u wil get all the parameter details

Thanks & Regards,

Anagha Deshmukh

2 REPLIES 2
Read only

shishupalreddy
Active Contributor
0 Likes
370

Use BAPI_SALESORDER_CREATE fm to create SO using BAPI

Read only

Former Member
0 Likes
371

Hi,

To create sales order try this BAPI, BAPI_SALESORDER_CREATEFROMDAT2..

Once u callled this one , call BAPI_TRANSACTION_COMMIT to write records in database table.

In se37, paste this BAPi, u wil get all the parameter details

Thanks & Regards,

Anagha Deshmukh