Application Development and Automation 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: 
Read only

VL02N user exit

Former Member
0 Likes
10,310

Hi guys

I need to debug a workflow. When I hit PGI on VL02N on an outbound delivery, there is a certain Z Fm i need to go to in the debug mode, when I set the breakpoint there using the set breakpoint at facility of the new ecc6 debugger it shows me as breakpoint set, but wen I hit f8 to go there it dosent take me there. Can some one tell me the popular user exits includes used here?

Rgds

Sameer

6 REPLIES 6
Read only

ferry_lianto
Active Contributor
0 Likes
3,844

Hi,

Please try user exits available (i.e. USEREXIT_SAVE_DOCUMENT) in include program MV50AFZ1.

Regards,

Ferry Lianto

Read only

messier31
Active Contributor
0 Likes
3,844

First check there is no condition due to which that breakpoint is never reached.

If that is no the case...try using setting --> system debugging from menu in debug mode..

Let us know your finding.

Enjoy SAP.

Pankaj Singh.

Read only

Former Member
3,844

Transaction Code - VL02N Change Outbound 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

Rewards if useful.............

Minal

Read only

Former Member
0 Likes
3,844

You have to write the code in include - MV50AFZ1

Form routine is USEREXIT_SAVE_DOCUMENT

Within form routine ,keep the condition

if sy-ucomm = 'WABU' or ' WABU_T'.

write the logic here

endif.

If you do not mention function code then it triggers both delivery as well PGI

Thanks

Seshu

Read only

Former Member
0 Likes
3,844

Debugged the workflow with swue.

Read only

Former Member
0 Likes
3,844

Debugged the workflow with swue.