‎2008 Jul 03 2:20 PM
hi,
can anybody tell me how we can debug the scripts?
regards,
vijaya.
‎2008 Jul 03 2:22 PM
Please search the forum before posting question.
http://www.sapdevelopment.co.uk/sapscript/sapscript_debug.htm
Regards,
ravi
‎2008 Jul 03 2:22 PM
Please search the forum before posting question.
http://www.sapdevelopment.co.uk/sapscript/sapscript_debug.htm
Regards,
ravi
‎2008 Jul 03 2:23 PM
Hello.
In scripts you have 2 kinds of debug:
1 - driver program: insert a break point on it
2 - in script itself: SE71 (first screen)->Menu Utilities->Activate Debug
Regards,
Valter Oliveira.
‎2008 Jul 03 2:23 PM
Hi Vijaya lakshmi,
We have standard report for debugging SAP script RSTXDBUG.
or
First we need to put Break point in Print program where ever you want to stop the execution.
After in SE71 give your form name and go to Utilities-->Active De-bugger.
Then go to your transcation like VF03(for Invoice or Credit memo) etc to see the print preview or print the form execute it.
When you execute it the the form Debugging will get activated and you can see your Form execution step by step.
Best regards,
raam
‎2008 Jul 03 2:24 PM
Hi,
At the initial screen of Se71 trancation,
You can go to: Utilites-->Activate Debugger.
Regards,
rama.
‎2008 Jul 03 2:25 PM
hi vijaya,
You can go to se71 initial screen... give the form name and goto UTILITIES -> ACTIVATE DEBUGGER
Whenever you run the print program you can debug the script.
another way is
run the standard program RSTXDBUG before executing your print program.
regards
padma
‎2008 Jul 03 2:25 PM
use search option of SDN by giving debug the scripts.
Amit.
‎2008 Jul 03 2:28 PM
HI
got to se71 write thename of the script you wanna debug and goto
utilities--> activate debugger
or
goto se38 and execute RSTXDBUG standard program.
Regards
Pavan