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

debugging smartform

Former Member
0 Likes
573

how to debug a smartform?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
548

Hi,

Check this thread..

Thanks,

Naren

6 REPLIES 6
Read only

Former Member
0 Likes
549

Hi,

Check this thread..

Thanks,

Naren

Read only

Former Member
0 Likes
548

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

Read only

Former Member
0 Likes
548

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.

Read only

Former Member
0 Likes
548

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.

Read only

Former Member
0 Likes
548

place a code line in your smartform

in code write

break your_user_name.

Read only

Former Member
0 Likes
548

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.