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

Delete Shipment

Former Member
0 Likes
1,819

Except SD_SHIPMENT_DELETE are there any other function which can delete a shipment(TKNUM) in VTTK. SD_SHIPMENT_DELETE wasnt released and seems to have issues.

Thank you

Except SD_SHIPMENT_DELETE are there any other function which can delete a shipment(TKNUM) in VTTK. SD_SHIPMENT_DELETE wasnt released and seems to have issues.

Thank you

3 REPLIES 3
Read only

Former Member
0 Likes
869

See if note 724274 helps.

Rob

Read only

nkr1shna
Contributor
0 Likes
869

Hi,

Please look into user-exit

OIKSHPDD TPI: Shipment planning screen -> Delete subsequent documents

Best Regards,

Krishna

Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
869

Try BAPI_SHIPMENT_CHANGE, there is action D (Delete) in HEADERDATAACTION.

It hasn't been released to the customers either, but I've used it to delete a delivery from the shipment. You might have to delete all the delivery assignments first (VTTP), before deleting the shipment itself.