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: 

Internal Packing list output

Former Member
0 Kudos
91

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

2 REPLIES 2

Pawan_Kesari
Active Contributor
0 Kudos
52

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.

0 Kudos
52

It is not working yaar.