2012 Jan 24 10:56 AM
Hi All,
I have created an outbound delivery. Then i go to transaction code VL02N. There i save the data. When i click on Save ,
Internal packing list gets printed. I have added breakpoint in the program which associated with the form for internal packing list.
But breakpoint is not getting triggered. I had debugged , but not able to find .
Can anyone help me for that? So that i can find out how the output is getting printed.
Thanks and Regards,
Rakesh
2012 Jan 24 11:23 AM
Print program is called in Update mode so you need to activate update debugging to let execution stop at your breakpoint.
Follow these steps.
Put break-point in print program.
Before you press save, activate debugging mode by entring /h in command bar.
Now press save, program will stop in debug.
Go to menu Setting->Update Debugging
Now press F8 and it should stop at your break-point.
Regards,
Pawan.
2012 Jan 24 11:58 AM