‎2007 Nov 14 8:29 AM
Hi,
i want to debug the "perform" statement in sap Script. so that i can go directly to "abap code" of that perform statement from SAP Script.
is there any way for doing this. please help me....
‎2007 Nov 14 8:47 AM
Hi,
there are 2 ways to bebug a sap script.
one by using standard program
goto se38 and ececute RSTXBUG and give ur script name debug the perform.
other one is
put a soft breat point in u r perform code(in program)
like
BREAK SAP-USER.
then when u execute u will directly goto debug mode.
‎2007 Nov 14 8:35 AM
Hi,
Try to debugg using standard program RSTXDBUG.
Regards,
Prashant
‎2007 Nov 14 8:38 AM
Hi kranthi,
Set a break point in form code(in print program)....
when you are genarating form output, control autmatically stops at break point ..
by the way ,,, which Form you want to debug??
‎2007 Nov 14 8:39 AM
go to the include where the perform routine is written.. there you can put breatpoint for debugging...
‎2007 Nov 14 8:47 AM
Hi,
there are 2 ways to bebug a sap script.
one by using standard program
goto se38 and ececute RSTXBUG and give ur script name debug the perform.
other one is
put a soft breat point in u r perform code(in program)
like
BREAK SAP-USER.
then when u execute u will directly goto debug mode.