2007 Sep 05 4:55 AM
Hi,
I have trouble in displaying an SapScript. How do I debug the same?
Vinay
2007 Sep 05 4:58 AM
Hi ,
<b>This can done in two ways:</b>
In the form Utilities->debugger / RSTXDBUG FM for debugging script
The Procedure for debugging SAP script is:
Generally SAP script contains the Layout and corresponding print program.
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.
Sail
2007 Sep 05 4:58 AM
Hi ,
<b>This can done in two ways:</b>
In the form Utilities->debugger / RSTXDBUG FM for debugging script
The Procedure for debugging SAP script is:
Generally SAP script contains the Layout and corresponding print program.
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.
Sail
2007 Sep 05 4:59 AM
2007 Sep 05 5:11 AM
Under SE71>Utilities>Activate Debugger.
This will activate your debugger and can debug the FORM also.
Regards
Gopi
2007 Sep 05 5:12 AM
to debug SAP Script follow given steps -
- go to SE71
- give name of sapscript
- on same screen go to Utitlities-Activate Debugger
- execute the TCODE which calls yous SAP Scipt
- You'l get a pop-up for debugging when you sap script gets called in TCODE
*Reward if usefull.
Message was edited by:
sharayu kumatkar
2007 Sep 05 6:18 AM
Hi,
<b>In SE71 tcode, give ur sapscript name and from menu select UTILITIES------>ACTIVATE DEBUGGER.</b> when u execute the sapscript, it will go to debugging mode, there u can check the entries.
Try and reward if useful.
2007 Sep 05 6:21 AM
Hi
<b>goto se71 give your script name on the menu bar
Utilities--> Activate debugger
and run the program as usual then it will automatically lead you to debugger</b>
reward if usefull