‎2007 Mar 06 7:03 AM
‎2007 Mar 06 7:07 AM
‎2007 Mar 06 7:07 AM
‎2007 Mar 06 7:09 AM
hi,
One way to debug smartform is to debug the Function Module of that smartforms.
If you want to debug particular smartform node that the solution would be,
insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.
So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.
regards,
keerthi
‎2007 Mar 06 7:09 AM
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 06 7:10 AM
Hi,
Place a code page in the smartform and hardcode breakpoint at a location from where you want to debug or place a breakpoint on the function module of the smart orm present in the driver program.
Regards,
Sunmit.
‎2007 Mar 06 7:12 AM
place a code line in your smartform
in code write
break your_user_name.
‎2007 Mar 06 7:18 AM
Hi,
Here is an additional point to the answers given by our mates, <b>u can put a static break point with ur own user name.</b> So that, if u forget to remove it, and send it to production, even then it wont give any problem there, because that break point breaks only that perticular user.
Hope I have added a bit to the solution.
Regards,
Sujatha.