cancel
Showing results for 
Search instead for 
Did you mean: 

DEBUG SAPSCRIPT line by line for other windows than main window

Former Member
0 Kudos

Hi All ,

I have activated debugger for script and now trying to debug the line of code written in wondow other than main window . Debugger stops at the first line of other windows but does not move to the second line

instead it skips to another windows first line .

Example :

Windows :

MAIN

ADD_Reciver

ADD_Sender

Debugger starts from first line of ADD_Reciever and when I say F5 it skips to the first line of ADD_SENDER window , now if I say F5 again it will skip to first line of main window then process each element of Main window Line by Line if required .

I want to debug the ADD_RECIVER and ADD_Sender code line by line but unable to do so .

I even placed breakpoints on the code of ADD_Reciver but still it does not stop at the breakpoints .

Has someone already faced this issue and knows the wayaround ??

Cheers Vikas !!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

First go to SE71 and enter ur script name. In the same screen go to Utilities->click on activate debugger option.

Now go to SE 38 and enter ur Print Program name and execute the program.

Now you can debug the script Page wise and window wise.

or you try '/h' option,

Regards,

Ansari.

Edited by: Ansari Samsudeen on May 5, 2009 12:50 PM

Former Member
0 Kudos

Hi,

Try using program RSTXDBUG.

(OR)

through SE71.

Regards,

jaya

Former Member
0 Kudos

Hi Jaya ,

Thanks for replying but debugging the script is not problem but the problem is that I can not debug Windows other than main wondow line by line .

Cheers

Vikas