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_SALESORDER_CHANGE for Sales Order Item Quantity

Former Member
0 Kudos
1,916

I Know this might be a weird issue becuase when it comes to this BAPI our common issue was the fields are not changing or updating.

My issue was i need to update/change the value of the Order quantity in the item level of the SO.

what's happening was the value of the order quantity is changing but not according to the value that i have entered.

The scenario was for example i want ti change the quantity from 10 to 12 instead of the order quantity to be updated to value of 12 it's being added to the previous value which gives a result of 22.

Old Order quantity value = 10

New Order quantity value = 12

Expected quantity result = 12

Actual result quantity result = 22.

It's being added instead of altering the old value.

Please help me regarding this weird issue.

Thank you so much

3 REPLIES 3
Read only

Former Member
0 Kudos
1,003

Hi Paul,

Try filling the parameters Target quantity from structure VBAP and scheduled quantity from VBEP. Both must be same otherwise quantity will be added to old value.

Read only

former_member198834
Participant
0 Kudos
1,003

Hi Paul ,

Any solution for your problem. pls share here

Suresh

Read only

former_member183045
Contributor
0 Kudos
1,003

Did you set the right UPDATEFLAG?

' ':   Create a new sales document item

I:     Create a new sales document item

U:     Change an existing sales document item

😧     Delete an existing sales document item