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

scripts & Smartforms

Former Member
0 Likes
616

HOw to debug the script?

5 REPLIES 5
Read only

Former Member
0 Likes
588

For sapscript, go to SE71 -> Utilities -> Activate Debugger

For smartforms get the generated FM name from Environment->Function Module Name.

Now go to SE37 and enter the FM name.

You can now set breakpoints in the FM.

The best way is to do a Find on one of your smartform nodes (be sure to click the 'In Main Program' radio button when doing the Find.

Message was edited by:

Matt Nagel

Read only

Former Member
0 Likes
588

After generating the function module u need to activate the debugger mode.

Read only

0 Likes
588

go to SE71 -> Utilities -> Activate Debugger . Then run your print program.

Read only

Former Member
0 Likes
588

To DEBUG a SapScript....

<b>SE71 --> Utilities --> Activate Debugger</b>

For SmartForms...

Put a Break-Point inside the generated FM.

Greetings,

Blag.

Read only

Former Member
0 Likes
588

Hi Prashanth,

go to SE71 --> Utilities --> Activate Debugger

once you activate the debugger go to driver program and execuate.

Thanks

Vikranth Khimavath