‎2008 Nov 07 12:32 PM
Dear all
Can anyone tell me the Function module for Out bound Delivery Deletion.
How can we delete the delivery through the following function module.
What data needs to be populated in to the FM!
BAPI_OUTB_DELIVERY_CHANGE
Could u please some one help me.
Regards
raj
‎2008 Nov 07 12:34 PM
Hi,
Did you read the function module documentation.
regards,
Advait
‎2008 Nov 07 12:34 PM
Hi,
Did you read the function module documentation.
regards,
Advait
‎2008 Nov 07 12:44 PM
Yes i read it.
Iam not a technical consultent, Iam function consultent.
If u know help me please what data needs to be populated.
regards
raj
‎2008 Nov 07 1:19 PM
Hi,
For deleting the delivery I think it would be sufficient to set the DLV_DEL of the Header control data flag to 'X'.
Pass the HEADER_CONTROL-DELIV_NUMB and HEADER_CONTROL-DLV_DEL = 'X'
You might also have to pass the delivery number to HEADER_DATA-DELIV_NUMB. Not sure of this, you test this in transaction SE37.
But if you want to delete a single item, then you will have to pass data to
ITEM_CONTROL-DELIV_NUMB
ITEM_CONTROL-DELIV_ITEM
&
ITEM_CONTROL-DEL_ITEM = 'X'.
You might also have to pass the delivery number and item number to ITEM_DATA-DELIV_NUMB and ITEM_DATA-DELIV_ITEM. Also not sure of this, you test this in transaction SE37.
regards,
Advait