‎2008 Aug 14 6:01 AM
‎2008 Aug 14 6:03 AM
to debug Smartform :
opensmartform function module and put a break point in it....
to debug SAPScript :
go to SE71
Utilities -> Activate Debugger...
once you have put the breakpoint or activated the debugger... execute the process which calls this form...
‎2008 Aug 14 6:03 AM
Hi....
I think we can debug the Function module...!
So every smart form releases one function functuion module.. just debug that, nothing but debuggig Samrt form...
Thanks,
Naveen.I
‎2008 Aug 14 6:03 AM
Hi,
For debugging a smartform we can use the statement BREAK_POINT. This statement we can give before the statement from which we want to debug.
For sapscripts we have to use menu option Utilitities->Activate debugger.And then execute.
‎2008 Aug 14 6:04 AM
smartform : you can hardcode with break-point or go to main program and put the break point.
script : in se71 , menu : utilities-->activate the script debugger .
Tks .. venkat
‎2008 Aug 14 6:35 AM
hi,
to debug SAPScript :
go to SE71
Utilities -> Activate Debugger.
to debug Smartform :
use transaction SFTRACE.
or
open smartform function module and put a break point in it.
‎2008 Aug 14 6:48 AM
For debugging Smart Forms :
1) Execute ur smartform -->> Gives Function Module
2) Again Execute SmartForm(Function Module Screen).
-
>> next screen shows.
Execute and Debugging.
For Script:
Go SE71.
Utilities -- >> Active Debugger
Thanks
RP
‎2008 Aug 14 6:55 AM
Hi Aarvind,
To debug the SAP SCript . go to the UTILITIES menu in SE71 -> Activate Debugger.
To debug the Smartforms: put a break point in the smartforms BREAD <USERID> and activate the smartforms.
Hope this will helpful for you.
Regards,
Chidanand
‎2008 Aug 14 6:58 AM