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

Delivery change function module

Former Member
0 Likes
2,185

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
884

Hi,

Did you read the function module documentation.

regards,

Advait

3 REPLIES 3
Read only

Former Member
0 Likes
885

Hi,

Did you read the function module documentation.

regards,

Advait

Read only

0 Likes
884

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

Read only

0 Likes
884

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