‎2007 Jul 19 8:44 AM
‎2007 Jul 19 8:48 AM
Hi Sandeep ,
The process of debugging the script is as below
1. SE71--> Utilities -->Activate Debugging
2. Run the script .
Regards
Arun
‎2007 Jul 19 8:45 AM
‎2007 Jul 19 8:45 AM
Hi
script
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...
<b>Reward points for useful Answers</b>
Regards
Anji
‎2007 Jul 19 8:52 AM
Hi
One way to start the script debugger is: Se71->utilities->activate debugger.
This may be a time-consuming process. Instead, open a session and execute the program RSTXDBUG. Even if you follow the above menu path to activate the script, it will internally execute the program RSTXDBUG. So you are saving some time in going through all of the above processes. Another advantage of using this program: when a developer works in the support environment and the client requests to makes some changes directly performed from here
Reward all helpfull answers
Regards
Pavan
‎2007 Jul 19 8:46 AM
‎2007 Jul 19 8:47 AM
hi..
We can debugg the script form by using RSTXDBUG executable program . we can execute this program to activating the script debugger.
or.
<b>se71-->select utilities->select debugger to start debugging
in debugging we use f5-----> for debugging field by field
f6and f7-----> for debugging line by line
f8----> for debugging include programs.</b>
we can debugginh print program normally by using abap debugger , /h tr code
<b>Reward points if useful</b>
Regards
ashu
‎2007 Jul 19 8:48 AM
Hi Sandeep ,
The process of debugging the script is as below
1. SE71--> Utilities -->Activate Debugging
2. Run the script .
Regards
Arun
‎2007 Jul 19 11:29 AM
Hi,
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,
Bhaskar
‎2007 Jul 19 11:39 AM
leave ur mail id. i'll send a pdf.
also refer
http://www.geekinterview.com/question_details/1489
regards,
srinivas
<b>*reward for useful answers*</b>