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

Regarding Delivery Note(Script)

Former Member
0 Likes
460

Hi Experts,

I need to modify Delivery note. I know the print program for this is RVADDN01 and the form name is RVDELNOTE. But my question is i could not able to debug the print program even if i put a break point in this program.

I checked in table TNAPR the program name and form names are same as above. I checked in NACE also. Through transaction VL02n i can able to take print out. But the problem is when i put a break point in print program it does not stop there.

Am i doing wrong? Am i put break point in wrong place? If yes please suggest how can i debug this.

Cheers,

Bujji

2 REPLIES 2
Read only

Former Member
0 Likes
382

If you want to debug from then you can use RSTXDBUG or in se71 Utilities->Activate Debugger and give the place where you want to debug

Read only

Former Member
0 Likes
382

Hi,

Goto T.codeSE71 and give ur prgram name & goto utilities and click on

Activate Debugger then goto SE38 and execute ur program.

reward if useful.