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 VL02N

Former Member
0 Kudos

Hi,

We have one requirement in VL02n, While doing PGI one pop up window should display if any material have expired, It shoud display with the pop up window.

Could you tell the exact USer exit and how i can check all the line item..

ex: if delivery have 10 line(Material) item i need to check 10 item also whether the material has expired or not..

Thanks & Best Regards,

Priya

1 ACCEPTED SOLUTION

GauthamV
Active Contributor
0 Kudos

hi,

use this exit.

V50PSTAT.

4 REPLIES 4

GauthamV
Active Contributor
0 Kudos

hi,

use this exit.

V50PSTAT.

Former Member
0 Kudos

Hi,

Various exits are as under:

VMDE0004 Shipping Interface: Message SDPACK (Packing, Inbound)

VMDE0003 Shipping Interface: Message SDPICK (Picking, Inbound)

VMDE0002 Shipping Interface: Message PICKSD (Picking, Outbound)

VMDE0001 Shipping Interface: Error Handling - Inbound IDoc

V53W0001 User exits for creating picking waves

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

V53C0001 Rough workload calculation in time per item

V50S0001 User Exits for Delivery Processing

V50R0004 Calculation of Stock for POs for Shipping Due Date List

V50R0002 Collective processing for delivery creation

V50R0001 Collective processing for delivery creation

V50Q0001 Delivery Monitor: User Exits for Filling Display Fields

V50PSTAT Delivery: Item Status Calculation

V02V0004 User Exit for Staging Area Determination (Item)

V02V0003 User exit for gate + artl staging area determination (headr)

V02V0002 User exit for storage location determination

V02V0001 Sales area determination for stock transport order

Regards,

Surinder

Former Member
0 Kudos

Hi,

u can try this enhancement


V50PSTAT

Former Member
0 Kudos

Finished