cancel
Showing results for 
Search instead for 
Did you mean: 

smart forms

Former Member
0 Kudos

Hi,

how to debugg smart forms .can anybody help me clearly with this.

regards,

Hemraj

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi

insert Break-point in the program lines.

Former Member
0 Kudos

Hi,

SMARTFORMS DEBUGGING

For smartforms debugging you can do this.

1. Execute the smartform (execute button in SMARTFORMS transaction)

2. Take the generated function module and display it in SE80.

3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.

Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis

Tcode - SFTRACE

Regards,

Priyanka.

Former Member
0 Kudos

Hi,

There is two way of Debugging smartforms.

1) Just put a program line in your form and write break-point inside that.

2) If you want to debug anything within the program line, then copy the name of the program line ( %CODE1 ) then press F8, click on goto -> main program, then find your copied name. And put a stop there. And then Execute your program.

Thanks,

Saroj

former_member196280
Active Contributor
0 Kudos

If there are any program lines in your smart form, you can set Hard break-point, if no program lines existing, goto function module and set break-point inside function module.

OR try like this...

1) Get the function module name of SF

2. Take the generated function module and display it in SE80.

3.Find the smartforms Elements like windows, code lines, loops in this and set Soft break points.

Regards,

Sairam

Former Member
0 Kudos

Hi,

Create program lines in the smartform & there write BREAK-POINT.

Reward points if helpful answer.

Ashven