‎2006 Jan 05 8:07 PM
Hi,
Is it possible to put Breakpoints or watchpoints for the commands in script program.
Thanks,
Ramu N.
Message was edited by: Ramu Nemurgommula
‎2006 Jan 05 8:20 PM
Not sure if you can specify breakpoints, but you can definitly step thru the sapscript code. Go to SE71, click Utitilites, Activate debugger. Now when you run the print program, the debugger will step thru the sapscript. You might be able to set breakpoints/watchpoints from there.
Regards,
Rich Heilman
‎2006 Jan 05 8:30 PM
Hi Ramu,
Its not possible to put a break point in the commands in the script.You can only debug the script by Rich's way.
You can put break point in the driver program.
‎2006 Jan 05 8:41 PM
After you activate the debugger, then run your print program, a dialog will appear called "Sapscript Form Degbugger: Breakpoints", it appears that you can tell it to stop at COMMANDS. Check out this dialog and see if it will work for you.
Please remember to award points for helpful answer and mark you post as solved when solved completely. Thanks.
Regards,
Rich Heilman