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

Removing Delivery

Former Member
0 Likes
1,575

Hi ,

I am removing delivery using BAPI_OUTB_DELIVERY_CHANGE but when i am passing data in it delivery is not getting deleted neither any error message comes up. Please help for the same.

Thanks & Regards,

Ruchi Tiwari

Hi ,

I am removing delivery using BAPI_OUTB_DELIVERY_CHANGE but when i am passing data in it delivery is not getting deleted neither any error message comes up. Please help for the same.

Thanks & Regards,

Ruchi Tiwari

9 REPLIES 9
Read only

Former Member
0 Likes
1,465

Hi Ruchi,

There are a lot of threads about using FM BAPI_OUTB_DELIVERY_CHANGE to delete delivery, please search before asking.

Thanks,

Read only

0 Likes
1,465

Thanks for the reply but i have tried almost all of them......

Read only

0 Likes
1,465

Hi,

Following this thread

thanks,

Read only

Former Member
0 Likes
1,465

Hi Ruchi,

I hope you are not forgetting to call BAPI_TRANSACTION_COMMIT after calling BAPI_OUTB_DELIVERY_CHANGE.

Hope it will solve your problem

Thanks & Regards

ilesh 24x7

Ilesh Nandaniya

Read only

0 Likes
1,465

Tried but giving error 'This document cannit be deleted' message 66 id VL..... Not able to figure it out....

Please help

Read only

0 Likes
1,465

hi

check

Check whether any subsequent documents has been created against the delivery (Refer to VBFA table).

So, try to delete Delivery that not refer to any other document/

Regards,

Read only

0 Likes
1,465

Hi,

Check whether any subsequent documents are created for the delivery number (Refer to VBFA Table).

Regards

Vinod

Read only

0 Likes
1,465

Actualy the exact requirement is to remove delivery from MANIFEST ie through TCODE VT02N.........so if the bapi is the correct sol for the same.

Read only

Former Member
0 Likes
1,465

not able to figure out