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

using BAPI_OUTB_DELIVERY_CHANGE

Former Member
0 Likes
3,067

I want to change only the material qty in a D/O. No changes in header data, how do I fill in the parameters for BAPI_OUTB_DELIVERY_CHANGE? I follow the function module documentation, but is not working.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,846

I have tried that, but the quantity still remain the same. I only want to change the meterial qty, do I need to fill in header_data and header_control?

6 REPLIES 6
Read only

Former Member
0 Likes
1,846

Hi Yean,

I think you have to fill the correspoding field in ITEM control as well.

like,

ITEM_CONTROL-CHG_DELQTY = 'X'.

in addition to ITEM_DATA-DLV_QTY = <Quantity>.

Regards,

ravi

Read only

Former Member
0 Likes
1,847

I have tried that, but the quantity still remain the same. I only want to change the meterial qty, do I need to fill in header_data and header_control?

Read only

0 Likes
1,846

hi yean,

You need to fill the

HEADER_DATA with delivery number

ITEM_DATA - DEL_QTY with the quantity and

FACT_UNIT_NOM with 1 and

FACT_UNIT_DENOM with 1 .

ITEM_CONTROL - CHG_DELQTY with X

it will work .

rajkumar abbu

Read only

0 Likes
1,846

hi rajkumar abbu,

i also have this problem ,and set the paramets as you instruction.but it also not work well ,if you have tested this FM .Could you sent the code to me?

thanks

xionghua

Read only

0 Likes
1,846

hi rajkumar abbu,

i also have this problem ,and set the paramets as you instruction.but it also not work well ,if you have tested this FM .Could you sent the code to me?

thanks

email: xionghua1130@gmail.com

xionghua

Read only

Former Member
1,846

Hi,

I am trying to change quantity using BAPI_OUTB_DELIVERY_CHANGE. I have inputted details in the parameters as mentioned above. However I amreceiving error E/VL/280 (Required field in interface to delivery update missing &1 &2 &3 &4). Could some one please help me out to resolve this issue.