‎2007 Mar 07 12:06 PM
Hi everyone,
I have the query about the following.
1) How we debug the execution of an smart form
With Regards
Srikanth.M
‎2007 Mar 07 12:08 PM
‎2007 Mar 07 12:12 PM
Hi,
1.place SFTRACE inplace where we enter T_CODE andpress ENTER.
after that press F8.
2./H
3/SH
4.afyter generatingthe function module there is a button DEBUGGING..
in these ways u can do debugging..
kishore.
‎2007 Mar 07 12:16 PM
place a code line into s.form
in the code write
break xxx.
xxx = your user name
‎2007 Mar 07 12:24 PM
dear
type <b>BREAK-POINT</b> where you want to stop in the coading
Rewards ifhelpful.
‎2007 Mar 07 12:25 PM
Hi Srikanth,
U can Debug the smartform by just puttting BREAK-POINT in any of the flow-logic node. OR
U can use FM generated by the Smartform and then display it and put the break point where require.Here in this code u can find any String let say u want to debug from DATA c1 type c.
So find out this string in the main program and put the break point.
Regards,
Ramganesan K.
‎2007 Mar 07 1:28 PM
Hi dear,
after the testing, i got the correct way for use the Debug mode.
1: Just open the Smart Form, go to the enviornment--> function Module name.
2: Go to SE37, put that function module name-> open that
3: click On the disable mode at the required line where u want to fix the break-point.
4: Click on the Brek point from the Screen.
it will done.
if helpfull pl'z give the Reward point.