‎2007 Sep 10 7:49 PM
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
‎2007 Sep 10 7:56 PM
Hi,
Please try user exits available (i.e. USEREXIT_SAVE_DOCUMENT) in include program MV50AFZ1.
Regards,
Ferry Lianto
‎2007 Sep 10 8:08 PM
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.
‎2007 Sep 11 3:42 AM
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
‎2007 Sep 11 4:03 AM
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
‎2007 Sep 12 4:56 PM
‎2007 Sep 12 4:56 PM