cancel
Showing results for 
Search instead for 
Did you mean: 

SCRIPT

Former Member
0 Kudos

HOW TO DEBUG A SCRIPT

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

chk in forums and close this thread

Answers (3)

Answers (3)

Former Member
0 Kudos

from SE71 enter form name

from Menu Utilities->ACTIVATE DEBUGGER

then execute the script from the Application Transaction

it will stop in the script.

sbhutani1
Contributor
0 Kudos

Hi Kiran,

refer this web page for a step by step example of debugging SAP Script.

http://www.howforge.com/how-to-debugging-sapscript-form

or alternatively you can execute program RSTXDBUG to activate the debugger.

Regards

Sumit Bhutani

Former Member
0 Kudos

from SE71 enter form name

from Menu Utilities->ACTIVATE DEBUGGER

then execute the script from the Application Transaction

it will stop in the script.