cancel
Showing results for 
Search instead for 
Did you mean: 

smartform querry

Former Member
0 Kudos

hii all

plz let me knw how to debug a smartform

Accepted Solutions (1)

Accepted Solutions (1)

former_member632991
Active Contributor
0 Kudos

Hi,

Goto smartorms->execute it-> u will see a FM

Now click display and then click in find- >choose the control program and find a part of the source code and put a break point.

Hope it helps.

Regards,

Sonika

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ,

For Debugging a smartform ,

simply put a keyword <b>Break-Point</b> in Program Lines wherever u want to debug or else activate smartform and get a function module name and copy it and paste that FM name in SE37 and create breakpoints wherever u want.

Please assing reward points.

regds,

Pritesh

Former Member
0 Kudos

to debug smart form..........

insert program lines under any window and put

<b>BREAK-POINT </b> OR

<b>BREAK USERNAME</b>

U have to hard code this text inside the program line.

then execute ur smartform u will see it will stop at that point.

reward points if helpul.

Former Member
0 Kudos

u can put static breakpoints against your id or can go to the code through the triggering program by putting the breakpoint for a FM that ur Smartforms has generated