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

smart forms

Former Member
0 Likes
547

how to debug smart form

4 REPLIES 4
Read only

Former Member
0 Likes
512

Hi Rakesh,

How to trace smartform

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

Follow these steps.

1. Execute the smartform.It will open a FM in se37 screen.

2. Press Display.

3. Press find(CTRL+F).

4. Enter command here at which you want to put the break point.

5. Select the radio button 'in main program'.It will open the point at which you want to put the breakpoint.

6. Put the breakpoint here and execute the smartform again.It will stop at the point where you put the breakpoint.

Use SMARTFORM_TRACE to trace smart forms.

Regards,

Priyanka.

Read only

Former Member
0 Likes
512

HI,

Create a Program Lines node and put a BREAK-POINT.

Just go through this link:

Regards,

Gunasree.

Read only

Former Member
0 Likes
512

Hi,

create a program lines node and write BREAK-POINT.

regards,

Sateesh...

Read only

Former Member
0 Likes
512

Write the statement BREAK <USER ID> in any of the code in smart forms.