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 Sales order.

Former Member
0 Likes
259

What is the difference between adding a sales order in BAPI_Salesorder_change by specifying orderheaderin-updateflag = 'I' and creating a sales order thru BAPI_Salesorder_createfromdat1?

1 REPLY 1
Read only

Ashutosht09
Participant
0 Likes
240

BAPI_Salesorder_createfromdat1 creates a complete sales order from the data entered while BAPI_Salesorder_change is just used to change the data in an existing sales order. The flag 'I' is used to insert a line item in the Sales order. it does not create a new sales order.