‎2008 Jul 02 5:53 AM
hi i am hari , plz tell me how to debug the smart forms through 'sf trace'. tell me procedure
‎2008 Jul 02 5:57 AM
HI Hari,
I would suggest you to put the BREAK <USERID>
dont do BREAK-POINT
Put the BREAK <USERID> In your code then automatically it will stop
&************Reward Points if helpful*************&
‎2008 Jul 02 5:55 AM
‎2008 Jul 02 5:57 AM
HI Hari,
I would suggest you to put the BREAK <USERID>
dont do BREAK-POINT
Put the BREAK <USERID> In your code then automatically it will stop
&************Reward Points if helpful*************&
‎2008 Jul 02 5:58 AM
from menu of smartfrom transaction, you can get the function module generated for your smartform. You can activate the breakpoints in th FM for debugging.
Hope this helpds.
Muralidhar
‎2008 Jul 02 6:00 AM
set a break point where ever u wnat in the program.
open the smartform , go to environment click the function module and coy the function module and then go to se37 paste the FM and execute the FM.
‎2008 Jul 15 5:38 AM
‎2008 Jul 02 6:03 AM
HI,
Insert a code page Where you want to debug. write the syntax BREAK-POINT or BREAK <user>.
Debugger will be triggered at that point.
Regards
VIjay