cancel
Showing results for 
Search instead for 
Did you mean: 

breakpoint

Former Member
0 Kudos

how to debug a smartform and how to put breakpoint in smart form

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

go to smartforms transaction and enter smartform.. now go into window and write break-point. now activate smart form..

now go to print program and execute this program.. ur smart form will go in debbuging mode..

regards,

Former Member
0 Kudos

Hi,

<b>Locate where the problem is. Suppose in smartform in particular window, if the value is not correct, then in that window, in coding part before the variable or query type BREAK-POINT and save and activate it. Then execute it. It will go to debugging screen. There u can find the values.</b>

Reward if useful.

Former Member
0 Kudos

Note down the place where you have to debug, remember a variable. Execute the smartforms a function module is generated. Press display and then go to attributes tab.under program name you will find something(Program Name /1BCDWB/SAPLSF000003) just double click it. the program opens, use find in application toolbar to find the above variable and on the required place open it. Put breakpoint. This is how you can debug a smartform.

2) Otherwise write break-point in program lines node to debug it.

former_member196280
Active Contributor
0 Kudos

goto function module of smartform and keep your break-point.. or if you have any program lines place your break point inside program lines.

Regards,

SaiRam

Former Member
0 Kudos

after activating u r smart form u will get function module ............in the source code of u r function module u can keep the break-point...........based on u relavence.

and u can keep static-breakpoint in program lines of the smartform.

reward points if helpful............