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: 

userexit for handaling unit

Former Member
0 Kudos
1,707

hi!

i am looking for userexit in handling unit for transaction

vl02n or for userexit dealing with serials in vl02n

regards

yifat bar

1 ACCEPTED SOLUTION

laxmanakumar_appana
Active Contributor
0 Kudos
245

Hi,

below exits available for this transaction , check right one.

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)

5 REPLIES 5

Former Member
0 Kudos
245

find the package for this tcode.

in SMOD give search based on package..u will find enhancements related to the same.

Former Member
0 Kudos
245

Hi,

Go to the tranasction for which u need to fing exit and then go to system -> status->there u can see a program double click on tht program and it will take u to the program there u click on find button and give the text user-exit or exit or call customer u can get all avilable exits for tt transaction

if not

Find the package of tht transaction and go to SMOD.In the initial screen in the menubar goto UTILITIES->FIND

and give the package name and execute u can get the user exits.

Regards,

Naren.

laxmanakumar_appana
Active Contributor
0 Kudos
246

Hi,

below exits available for this transaction , check right one.

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)

former_member188685
Active Contributor
0 Kudos
245

Hi,

these are the available exits check them...

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)

Regards

vijay

former_member188685
Active Contributor
0 Kudos
245

Hi,

there is a badi <b>LE_SHP_DELIVERY_PROC</b>,

in this click on interface tab, there is a method

<b>SAVE_DOCUMENT_PREPARE</b> here you can write yor code for HU(handling Unit).

there is no special exit for HU's for VL02N.

check it...

Regards

vijay