Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

how we can debugg smart forms

Former Member
0 Likes
566

how we can debugg smart forms

give me clearly regarding smart forms with example

how we can debugg smart forms

give me clearly regarding smart forms with example

4 REPLIES 4
Read only

Former Member
0 Likes
545

Hi,

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

Reward points if this Helps.

Manish

Read only

0 Likes
545

Hi,

You can also debug by adding a BREAK-POINT.

Eddy

Read only

0 Likes
545

yes

Read only

Former Member
0 Likes
545

Hi Rajesh,

When smartforms activated it will generate one function moudle, take that name and go to SE37 , Put your generated FM name and display.. check the code where you want debug.. place the break point there .. come back and then execute your dirver program .. it will stop you at your break point.

Hope it helps.

Regards,

Raghav