Skip to Content
0
Former Member
Jan 13, 2008 at 02:20 PM

USer Exit

61 Views

Hello

I understood two ways of finding User Exits for a tranaction

1. GO to Transaction and then goto menu Sytem---> Status and find the program click on it search for includes in this program includes.

2.USing a program which takes transactions and gives us list of User Exits ...

Transaction Code - VL01 Create Delivery

Exit Name Description

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

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

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)

No of Exits: 17

For example I am looking for user exit while doing outbound Delivery is saved or updated ...

I found USEREXIT_SAVE_DOCUMENT_PREPARE iss the required user exit ...But it was not displayed in list got from the point 2 i.e., thru the program to get user exits