‎2006 Nov 08 2:01 PM
‎2006 Nov 08 2:02 PM
run program rstxdebug.
or in se71 utilities u have start debugging
santhosh
‎2006 Nov 08 2:09 PM
Thanks for your reply. Yes i have tried like that but i'm not able get the debugging
‎2006 Nov 08 2:14 PM
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.
‎2006 Nov 08 2:06 PM
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
‎2006 Nov 08 2:07 PM
Hi,
Go to Se71- >give form Name-> Utility -> Activate Debugger.
If helpful pl reward.
Cheers.
‎2006 Nov 08 2:13 PM
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
‎2006 Nov 08 2:19 PM
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.