‎2007 Jul 20 7:33 AM
folks...
while debugging a script...ull activate debugger n do some stuff...
But, i always wonder there r some transaction codes related to evry perticular layout...may be to execute a layout...
wer can find those Tcodes realted evry pre-defined Layout??
or Could u plz let me know those???
reg
zid
‎2007 Jul 20 7:35 AM
This can done in two ways:
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.
Regards,
Pavan
‎2007 Jul 20 7:36 AM
Hi,
They are two ways to debug the SAPScript.
1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.
It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.
2). Another way to set the SAPScript debugger is to run program RSTXDBUG.
When you debug Print program it is same as you debug any other ABAP program. While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.
As per ur question there is nothing new with script debugging,
it is same as normal report debugging...
Regards
‎2007 Jul 20 8:25 AM
guyz
seems u dint get ma Q...i know all these methods....
i am actually searchin for transaction codes for perticular Layouts...