‎2008 Jan 25 8:51 AM
hi,
I want to trace out the smart form..my program is going dumps for time proble..what is the tcode for trace the smart form..and tell me how to trace it.
regards,
Dhanush.S.T
‎2008 Jan 25 8:54 AM
Hi,
Use transaction SMARTFORM_TRACE to turn on the trace and then run your smartform.
Regards,
Satish
‎2008 Jan 25 9:00 AM
Hi,
Here how i can check my Smartform taking more database access..Could u tell me briefly..
regards,
Dhanush.S.t
‎2008 Jan 25 9:04 AM
Hi,
trace off after execution of smartform and check the log.
Refer this link for more info
http://help.sap.com/saphelp_erp2005/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
Regards,
Satish
‎2008 Jan 25 10:22 AM
Hi
DEBUG Smartform:
1) 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.
2) SFTRACE can be used for debugging SMARTFORMS.
Read More here.
http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
‎2008 Jan 25 10:25 AM