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

Debugging Sap-Script

Former Member
0 Likes
602

Pls suggest all possible methods of debugging sap-scripts

5 REPLIES 5
Read only

Former Member
0 Likes
575

Tran: SE71->utilitues-> ACtivate Debugger

BR< JAcek

Read only

0 Likes
575

can i put a break point in the script, so that when i activate the debugger

and run the transaction, control only stops at that point

Read only

Former Member
0 Likes
575

in Se71 >utilities->active DEBUG.

Regards

Prabhu

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
575

Hi

Go to Se71 >utilities->active DEBUGGER.

now execute the print program.

Regards,

kumar

Read only

Former Member
0 Likes
575

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.

PLS: AWARD POINTS

SRI