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: 

Hi Experts need to know the user exit how to find out MV50AFZ1

Former Member
0 Kudos

Hi experts,

How to find the user exit i already tried with cmod ->utilities-> find exit and giving package name but not getting it please can u tell how to find it MV50AFZ1

Regarding

anil

3 REPLIES 3

Former Member
0 Kudos

HI,

Chek the following Exits..

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)

former_member181995
Active Contributor
0 Kudos

>

> please can u tell how to find it MV50AFZ1

SPRO>Logistics execution>Shipping>System Modifications>Previous user Exit in Shipping(But still you may use these exits).

Former Member
0 Kudos

Hi Anil,

MV50AFZ1 is a User exit and cannot be found using CMOD or SMOD transactions.

Using SMOD Enhancments can be found. Enhancements contain Function Exits, Screen Exits, Include Structures and Menu Areas but not User Exits.

Actually MV50AFZ1 is an User Exit include and contains several User exit Form Routines.

So to see the predecessor of MV50AFZ1 goto SE38 -> Put MV50AFZ1 in the program name -> Do a "WHERE-USED-LIST".

This will show you where the include MV50AFZ1 is present.

The Include MV50AFZ1 is present in module pool program SAPMV50A.

Hope this helps.

Regards,

Abhisek.