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 debug

Former Member
0 Likes
1,036

what is the process for script debugging

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
991

Hi Sandeep ,

The process of debugging the script is as below

1. SE71--> Utilities -->Activate Debugging

2. Run the script .

Regards

Arun

8 REPLIES 8
Read only

Former Member
0 Likes
991

SE71->utilities->activate debyugger

Read only

Former Member
0 Likes
991

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

Read only

0 Likes
991

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

Read only

gopi_narendra
Active Contributor
0 Likes
991

in SE71

Utilities --> Activate Debugger.

Regards

Gopi

Read only

Former Member
0 Likes
991

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

Read only

Former Member
0 Likes
992

Hi Sandeep ,

The process of debugging the script is as below

1. SE71--> Utilities -->Activate Debugging

2. Run the script .

Regards

Arun

Read only

Former Member
0 Likes
991

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

Read only

Former Member
0 Likes
991

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>