cancel
Showing results for 
Search instead for 
Did you mean: 

Debugging a script and smart form

Former Member
0 Kudos

Hi Can u explain me How to Debug a Script and Smart from in Real time

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

HI

debug smartform::

Smartforms keep a break pint in the Program or

IN the PROGRAM LINES of the SMARTFORM

write BREAK-POINT, where ever you need

execute the smartform it will stop there.

scripts

go to se71.

utilities--> activate debugger

and then execute

hope this helps...

<b>please reward if useful...</b>

regards

dinesh

Former Member
0 Kudos

hi,

for smartforms

1. use transaction SMARTFORM_TRACE

2. in the SMARTFORMS, use utilities to show the function name. You can analyze this function in SE37 and set dynamic breakpoints as required. Lok at the SMARTFORM_TRACE to decide where to set break points.

3. BREAK-POINT can be used only in own program lines in smartform - not very helpful because it always stops until removed and generated again.

for scripts

from SE71 enter form name

from Menu Utilities->ACTIVATE DEBUGGER

then execute the script from the Application Transaction

it will stop in the script and check for the Values you need

or

Execute RSTXDBUG.

~~Guduri

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 and check for the Values you need

Smartforms keep a break pint in the Program or

IN the PROGRAM LINES of the SMARTFORM

write BREAK-POINT, where ever you need

execute the smartform it will stop there.