‎2006 May 05 6:30 AM
hi all
how to degug the script.
i know the driver program and form name.
tcode is vf03 .
i want to check some values.
when i keep a break point in the driver program ang goto vf03 and choose print preview in debugging mode its not going to the program.
am i doing wrong?
please help me
thanks
sai
‎2006 May 05 6:34 AM
Hi Sriram,
For debugging sapscript you have to activate debugging in transaction SE71. the path is asa follows:
SE71->utilities->activate debugger.
with regards,
nelson
‎2006 May 05 6:34 AM
Hi Sriram,
For debugging sapscript you have to activate debugging in transaction SE71. the path is asa follows:
SE71->utilities->activate debugger.
with regards,
nelson
‎2006 May 05 6:34 AM
are u sure u didn't put break point inside any loop.
and after make braek point rfresh the transction vf03
or for debugging sapscript jus go through se71 and activate debugger...
‎2006 May 05 6:37 AM
‎2006 May 05 6:37 AM
Hi Sai,
You write the statement break-point before calling the fm open_form in the driver program.
It is working for me.
so it should work for you also.
Regards,
Kunal.
‎2006 May 05 6:38 AM
Hello Sai,
As u know the form name, goto SE71, enter the for name and Utilities->Activate debugger. This will help u the debug script.
‎2006 May 05 6:38 AM
Hi Sai ram,
In the debuggin mode select the option UPDATE debugging in under the settings section and click on the save button to enable UPDATE debugging.
This way the debugger should be started.
Cheers
VJ