Application Development 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: 

How to debug in SAP SCRIPT

Former Member
0 Kudos

Please any one can explain me how to debug in SAP SCRIPT

7 REPLIES 7

Former Member
0 Kudos

run program rstxdebug.

or in se71 utilities u have start debugging

santhosh

0 Kudos

Thanks for your reply. Yes i have tried like that but i'm not able get the debugging

0 Kudos

Hi pavan,

1. we have to do in two steps.

2. a) from se71, enter the layout name,

and UTILTIES ---> ACTIVATE DEBUGGER

(a message will come in status bar 'SAPscript form debugger was activated')

b) then run your driver program.

regards,

amit m.

anversha_s
Active Contributor
0 Kudos

Hi pavan,

2). DEBUG SAPScript

They are two ways to debug the SAPScript.

1). Use Tools - Word Processing - Layout Set (SE71). Enter name of layout set and then Utilities - Activate Debugger.

It is of no consequence which layoutset you enter when selecting the SAPscript debugger. (Menu path: Tools-Wordprocessing - Forms, Utilities - Activate Debugger) The next layoutset called will invoke the debugger.

2). Another way to set the SAPScript debugger is to run program RSTXDBUG.

When you debug Print program it is same as you debug any other ABAP program.

While when you debug SAPScript, you actually debug the code ( scripting) you have written SAPScript Form.

Regards

Anver

if hlped pls mark points

Former Member
0 Kudos

Hi,

Go to Se71- >give form Name-> Utility -> Activate Debugger.

If helpful pl reward.

Cheers.

Former Member
0 Kudos

Go SE71 Provide the name of the form and Select From Utilities - - > Activate Debugger. Then Execute it will run in the debugging mode.

Bye

Murthy

alejandro_lpez
Contributor
0 Kudos

Hi,

If you active the debugg already, to start debugg you must run the SAPSCRIPT, executing the program that calls it. Then a window for start debugg is shown. Click on button OK and debugg step by step using F5 key.

regards,

Alejandro.