Application Development 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: 

Mechanism to send deleted delivery information to third party logistic

ganesh2308
Explorer
0 Kudos
328

Hello,

What all are the automatic mechanism to send the deleted delivery information from SAP to third party logistic system automatically?

Like if a delivery number 80001234 needs to be deleted due to any reason and earlier we have already send this delivery information to third party logistic team to pick & pack but now as delivery 80001234 is deleted then we want a notification to be sent to third party logistic not to do anything for the delivery.

I have checked many forum and thread but did not get any relevant answer hence I am posting this question here.

Your reply is highly appreciated.

2 REPLIES 2

venkatesan_nagiah
Active Participant
0 Kudos
207

Hi Ganesh,

You can use user exit USEREXIT_DELETE_DOCUMENT in the include MV50AFZ1 to trigger deleted information to third party logistics.SPAN { font-family: "Courier New"; font-size: 10pt; color: #000000; background: #FFFFFF; }

0 Kudos
207

Hello Venkatesan, than you so much for your reply. we are checking this solution.