cancel
Showing results for 
Search instead for 
Did you mean: 

smart-form

Former Member
0 Kudos

hi all,

how to debug a smartform.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

1) The most simple way will be to put a break-point statement in Initialization or any place where you are writing your abap code.

2) You can enter the FM in debugging mode and put a breakpoint at the statement FORM %CO<n>, where n is a number. When you insert Program code object, n it will increment by 1.

Regards,

Navneet

Former Member
0 Kudos

Hi Sandeep,

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.

Check this link

http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm

Thanks,

Vinay

amit_khare
Active Contributor
0 Kudos

Check this link -

Regards,

Amit

Reward all helpful replies.