Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

trace the smartform,.,

Former Member
0 Likes
668

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

5 REPLIES 5
Read only

Former Member
0 Likes
621

Hi,

Use transaction SMARTFORM_TRACE to turn on the trace and then run your smartform.

Regards,

Satish

Read only

0 Likes
621

Hi,

Here how i can check my Smartform taking more database access..Could u tell me briefly..

regards,

Dhanush.S.t

Read only

0 Likes
621

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

Read only

Former Member
0 Likes
621

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