cancel
Showing results for 
Search instead for 
Did you mean: 

transaction code to debugg smartforms

Former Member
0 Kudos

transaction code to debugg smartforms ? plz tell me

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

write hardcoded break point in program line & activate the smartform. Goto the particular transaction like vf03 ,vf31 ,me22n , run it ,then control will directly stop to the point where break point is set......

Ex In Program line ...

Break-point. ******** write this break-point in program lines.

you can only set break point in program lines

REWARDS IF HELPFULL

Former Member
0 Kudos

Try Tcode SFTRACE

Former Member
0 Kudos

Hi,

In the smartform, put a hard-coded break point in the code

and you can debug it.

Regards

asik_shameem
Active Contributor
0 Kudos

hi,

1.One way to debug smartform is to debug the Function Module of that smartforms.

2. If you want to debug particular smartform node that the solution is, insert a "Program Line" just above the node you want to debug and this program line write a normal abap break-point.So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.

3) SFTRACE can be used for debugging SMARTFORMS.

Read More about SFTRACE here.

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

Regards

Shameem.