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

Script

Former Member
1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

Hi

You cant debug a particular window in script. You have to debug the whole report or script

<u><b>SCRIPT</b></u>

There are 2 separate kinds of debugging available when you try to debug scripts.

1. Debugging the print program : This is the normal debugging we do for our report programs.

2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:

a .In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.

b. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.

<b>refer to the link below</b>

[Removed by the moderator.]

Look at the BLOG here, it is well explained

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Reward all helpfull answers

Regards

Pavan

4 REPLIES 4
Read only

Former Member
0 Likes
532

Hi

You cant debug a particular window in script. You have to debug the whole report or script

<u><b>SCRIPT</b></u>

There are 2 separate kinds of debugging available when you try to debug scripts.

1. Debugging the print program : This is the normal debugging we do for our report programs.

2. Debugging the script itself : You Can debug a SAP Script by activating debugger in two ways:

a .In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.

b. Goto se38-> RSTXDBUG ->Execute this same as going thru in se71-> Menu, now debugger will be activated.

<b>refer to the link below</b>

[Removed by the moderator.]

Look at the BLOG here, it is well explained

/people/sudheer.junnuthula2/blog/2007/01/09/script-debugging

Reward all helpfull answers

Regards

Pavan

Read only

0 Likes
531

Hi,

I know all the scenarioes what ever u sent, but i want only the perticulor window.

Read only

Former Member
0 Likes
531

1. Set a breakpoint by CtrlShftF12

2. Set a breakpoint using Utilities->breakpoint->Set.

oops... i thought its abt normal debugging

Reward the helpful entries.

Regards,

Raman.

Message was edited by:

Raman Vinocha

Read only

Former Member
0 Likes
531

Hi

We should not debug a particular window. if u want to debug follow below procedure.

In SE71->Menu->Utilities->Activate Debugger, then debugger will be get activated and when your print program is executing Script Debugger will be in active and you can proceed with your debugging.

After enter into script debugging keep on press F8 function key until it will reach to ur required window then press F5 function key it will debug step by step.

If u want to debug line by line press F6 function key.

Reward points if useful.

Thanks & Regards,

Vasudeva Rao