‎2005 Nov 29 8:37 AM
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.
‎2005 Nov 30 8:34 AM
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?
‎2005 Nov 29 8:54 AM
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
‎2005 Nov 30 8:34 AM
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?
‎2005 Nov 30 8:45 AM
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
‎2007 Mar 01 1:02 AM
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
‎2007 Mar 01 1:14 AM
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
‎2014 May 19 8:47 AM
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.