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: 

User exit for transaction VL10D

h_senden2
Active Contributor
0 Kudos

Hi,

in transaction VL10D, after clicking the button 'Create delivery in background', i have to check per item the material, and eventually show an popup with some information.

Which exits / badi's should use ?

regards,

Hans

3 REPLIES 3

Former Member
0 Kudos

Hi,

You can use the user-exit, MV50AFZ1. And inside this, there is are form FORM USEREXIT_SAVE_DOCUMENT_PREPARE and

FORM userexit_save_document.

Inside this you can give pop-up, but only with a warning message. If you give an error message the screen VL10d will give errors.

You can also use this - BADI LE_SHP_DELIVERY_PROC for delivery processing.

Hope this solves your issue.

Lakshminarayanan

0 Kudos

But is it also possible to cancel the ongoing goods movement ?

0 Kudos

Hi,

Yes it possible to skip all the sale orders whose delivery has to be stopped. It can be done either through the user-exit mentioned or by the BADI.

Lakshminarayanan

Please reward points for good answers if it had helped you in better understanding of the system.