cancel
Showing results for 
Search instead for 
Did you mean: 

user exit

Former Member
0 Kudos

Hi,

Kindly let me know the user exit in VL09 which brings a pop up after the sales order number is cancellled or reversed.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

S0025444845
Active Participant
0 Kudos

Hi,

Check exit EXIT_SAPLV50P_001 in enhancement V50PSTAT.

go to tcode SMOD and give enhancement V50PSTAT.In components you will find exit

EXIT_SAPLV50P_001 .May be this is useful for you.

Regards,

Sudha

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Niranjana,

Have a look at exit EXIT_SAPLMBMB_001 which is called each time a material document is posted (which is also the case for VL09); the exit is called in update task!

Just some more details to get to your break-point. After you have switched on update debugging and you get into this session hit F7 several times untill you come to "FORM MB_UPDATE_TASKS".

Then hit F5 a few times to get into the function module 'MB_UPDATE_TASKS'. The last function module called from within this function module is 'MB_POST_DOCUMENT'. Get into this module and at the end of this function module you will find CUSTOMER-FUNCTION '001' which is the user exit I mentioned to you.

Regards,

Sunil

ak_upadhyay
Contributor
0 Kudos

Hi,

Check...

Exit Name Description

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)

V02V0001 Sales area determination for stock transport order

V02V0002 User exit for storage location determination

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

V02V0004 User Exit for Staging Area Determination (Item)

Reward points if useful...

Regards

AK