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 add

Former Member
0 Likes
1,038

In my sales order i have 2 line item .

Now i want to and 3rd one. using BAPI_SALES_Order_CHANGE.

how to add third one ? what will be flag ?

like line item , material, qty and plant i want to add .

In my sales order i have 2 line item .

Now i want to and 3rd one. using BAPI_SALES_Order_CHANGE.

how to add third one ? what will be flag ?

like line item , material, qty and plant i want to add .

4 REPLIES 4
Read only

Former Member
0 Likes
749

Hi ,

BAPISDITMX - UPDATEFLAG = U for change

= I for New records.

regards

Prabhu

Read only

Former Member
0 Likes
749

Hi,

BAPISDHEAD1X-UPDATEFLAG = 'U'.

BAPISDITEMX-UPDATEFLAG = 'I'.

BAPISDITEMX-MATERIAL = 'X'.

BAPISDITEMX-PLANT = 'X'.

BAPISDITEMX-TARGET_QTY = 'X'.

<REMOVED BY MODERATOR>

Thanks,

Durai.V

Edited by: Alvaro Tejada Galindo on Jul 21, 2008 12:35 PM

Read only

Former Member
0 Likes
749

hiii

use BAPISDITMX - UPDATEFLAG = I for adding new line item

regards

twinkal

Read only

Former Member
0 Likes
749

thanks to all point has been given