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
648

Hi everyone,

I have the query about the following.

1) How we debug the execution of an smart form

With Regards

Srikanth.M

6 REPLIES 6
Read only

amit_khare
Active Contributor
0 Likes
625

Regards,

Amit

Read only

Former Member
0 Likes
625

Hi,

1.place SFTRACE inplace where we enter T_CODE andpress ENTER.

after that press F8.

2./H

3/SH

4.afyter generatingthe function module there is a button DEBUGGING..

in these ways u can do debugging..

kishore.

Read only

Former Member
0 Likes
625

place a code line into s.form

in the code write

break xxx.

xxx = your user name

Read only

Former Member
0 Likes
625

dear

type <b>BREAK-POINT</b> where you want to stop in the coading

Rewards ifhelpful.

Read only

former_member189631
Active Contributor
0 Likes
625

Hi Srikanth,

U can Debug the smartform by just puttting BREAK-POINT in any of the flow-logic node. OR

U can use FM generated by the Smartform and then display it and put the break point where require.Here in this code u can find any String let say u want to debug from DATA c1 type c.

So find out this string in the main program and put the break point.

Regards,

Ramganesan K.

Read only

Former Member
0 Likes
625

Hi dear,

after the testing, i got the correct way for use the Debug mode.

1: Just open the Smart Form, go to the enviornment--> function Module name.

2: Go to SE37, put that function module name-> open that

3: click On the disable mode at the required line where u want to fix the break-point.

4: Click on the Brek point from the Screen.

it will done.

if helpfull pl'z give the Reward point.