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 exits For Vl01n

Former Member
0 Kudos

i want to block the delivery aftercycle closing in VL01N for shipping point 1103

selection date not more that 3 days after closing.

For Order Type Is 2873 1901 2902

A popup Message Will Apper If Delivery Is After Day's .

So How Can I Solve This Issue Plz Help Me.

I Have No Idea About User Exits.

2 REPLIES 2

Former Member
0 Kudos

hi anilkumar,

go through these exits.

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

V02V0003 User exit for gate + matl staging area determination (h

V02V0004 User Exit for Staging Area Determination (Item)

V50PSTAT Delivery: Item Status Calculation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50R0001 Collective processing for delivery creation

V50R0002 Collective processing for delivery creation

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50S0001 User Exits for Delivery Processing

V53C0001 Rough workload calculation in time per item

V53C0002 W&S: RWE enhancement - shipping material type/time slot

V53W0001 User exits for creating picking waves

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

and use pop_up_to_confirm function module to get pop up window..

<b><i>Reawrd points if useful</i></b>

chandra

Former Member
0 Kudos

Hi,

In the program SAPMV50A (in SE80), expand the node subroutines and you can find several user exit subroutines.

eg.

USEREXIT_REFRESH_DOCUMENT

USEREXIT_READ_DOCUMENT

USEREXIT_SAVE_DOCUMENT

Put debugger in the form exits and check whether the control is coming to the exits at the point of blocking the delivery.

If so write the error message in the exit.

Reward points if useful..

Thanks and Regards,

Litta.