‎2007 Jul 24 7:34 AM
Hi All,
How to debugg for perticulor window.
regards,
Praveen
‎2007 Jul 24 7:38 AM
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
‎2007 Jul 24 7:38 AM
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
‎2007 Jul 24 7:40 AM
Hi,
I know all the scenarioes what ever u sent, but i want only the perticulor window.
‎2007 Jul 24 7:45 AM
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
‎2007 Jul 24 8:09 AM
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