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
552

The BAPI to add an item to a sales order?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
524

Alberto,

You can add item by using this BAPI

BAPI_SALESORDER_CHANGE

You can fill all the new items you want to add and update the indicator for the structure BAPISDITMX-UPDATEFLAG as

Possible UPDATEFLAGS:

U = change

D = delete

I = add

Thanks,

Vamshi.

2 REPLIES 2
Read only

Former Member
0 Likes
525

Alberto,

You can add item by using this BAPI

BAPI_SALESORDER_CHANGE

You can fill all the new items you want to add and update the indicator for the structure BAPISDITMX-UPDATEFLAG as

Possible UPDATEFLAGS:

U = change

D = delete

I = add

Thanks,

Vamshi.

Read only

0 Likes
524

Hi,

I also have the same problem. How u solve this problem?