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

Former Member
0 Likes
2,870

hi experts,

i am using the fm BAPI_SALESORDER_CHANGE to change the quantity field REQ_QTY.If i specify scdl_line as 0001 i get the changed quantity but when i specify scdl_line as 0002 then the quantity value for 0001 and that for 0002 is added and displayed.Is this right ? and please explain me the concept of schedule lines.

Thank you.

hi experts,

i am using the fm BAPI_SALESORDER_CHANGE to change the quantity field REQ_QTY.If i specify scdl_line as 0001 i get the changed quantity but when i specify scdl_line as 0002 then the quantity value for 0001 and that for 0002 is added and displayed.Is this right ? and please explain me the concept of schedule lines.

Thank you.

1 REPLY 1
Read only

Former Member
0 Likes
2,827

HI Srinivas

Quite a few things, you need to consider here for changing schedule lines:

1. Not all sales orders will have schedule line: 0002.

2. Schedule line to be considered with combination of Requested Quantity and Requested Delivery Date.

3. If the delivery proposals can be handled internally, you can try by giving the requested delivery quantity and requested delivery date. Internally, it will split based on the committed quantity.

Kind Regards

Eswar