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

Debug

Former Member
0 Kudos
197

Hi,

I have trouble in displaying an SapScript. How do I debug the same?

Vinay

1 ACCEPTED SOLUTION
Read only

sailaja_vadlamudi
Contributor
0 Kudos
168

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

6 REPLIES 6
Read only

sailaja_vadlamudi
Contributor
0 Kudos
169

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

Read only

former_member223537
Active Contributor
0 Kudos
168

Read only

gopi_narendra
Active Contributor
0 Kudos
168

Under SE71>Utilities>Activate Debugger.

This will activate your debugger and can debug the FORM also.

Regards

Gopi

Read only

Former Member
0 Kudos
168

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

Read only

Former Member
0 Kudos
168

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.

Read only

Former Member
0 Kudos
168

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