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

how to debug the script ?

Former Member
0 Likes
807

how to debug the script ?

7 REPLIES 7
Read only

Former Member
0 Likes
728

Hi

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

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
728

Hi Vishnu ,

Go to SE71 , in the menu Utilities--> Activate Debugging.

This will activate debugging , now go and run your transaction/report , you can see how the script is being executed.

Regards

Arun

Read only

suresh_datti
Active Contributor
0 Likes
728

<a href="http://www.howforge.com/how-to-debugging-sapscript-form">SAPSCRIPT debugging</a>

~Suresh

Read only

Former Member
0 Likes
728

Hi Vishnu,

Execute RSTXDBUG.

Regards,

Younus

<b>Reward Helpful Answers:-_</b>

Read only

Former Member
0 Likes
728

hi

Go to transaction SE71 and input form name that you want to debug.

refer to the link below

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

regards

ravish

<b>plz dont forget to reward points if helpful</b>

Read only

Clemenss
Active Contributor
0 Likes
728

Hi vishnukvv,

As said above. As opposed to ABAP/4 debugging, you can't double-click the symbols but have to coy them to the evaluation area at the bottom. Additionally, you can use the Menu EDIT->ABAP Debugging to check where you come from in the print program. In Abap, check the CALLs Hierarchy.

Regards,

Clemens

Read only

Former Member
0 Likes
728

HI

In SE71

follow Menu Utilities->activate debugger-> it will switch on the debugger for script

Then run ur Driver program or Transaction to execute Script....

U can now see ur Script in Debug...follow the Text element fired in the script....

when ur relevant code comes....

then according make change in the Text Element ..

Praveen .