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: 

VL01N/VL02N EXITS...

former_member198441
Participant
0 Kudos

Hi experts,

i need an exit in VL01N OR VL02N to compare the picked value and raise an error message.

please help me in finding the EXIT / BADI...

helpful answers r rewarded.

Thankyou ,

1 ACCEPTED SOLUTION

former_member181995
Active Contributor
0 Kudos

just add piece of code in include mv50afzz.

4 REPLIES 4

former_member181995
Active Contributor
0 Kudos

just add piece of code in include mv50afzz.

Former Member
0 Kudos

Hi,

Try the BADI LE_SHP_GOODSMOVEMENT(Which will trigger at the the point of PGI).Check if the badi parameters have the option of handling exceptions otherwise call the fm POUP_TO_CONFIRM In ur logic.

Regards

Kiran

former_member417922
Participant
0 Kudos

Check This BADI.LE_SHP_DELIVERY_PROC

Method : DELIVERY_FINAL_CHECK

It will get triggered at the time of saving

Regards ,

Sai

Former Member
0 Kudos

check these enhancements in SMOD

VMDE0002 - Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 - Shipping Interface: Message SDPICK (Picking, Inbound)

V50PSTAT - Delivery: Item Status Calculation. In this enhancement there is a Function module exit EXIT_SAPLV50P_001(Determination of epsilon for picking status calculation) . Check if it is useful to u.