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
655

hi i am hari , plz tell me how to debug the smart forms through 'sf trace'. tell me procedure

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
637

HI Hari,

I would suggest you to put the BREAK <USERID>

dont do BREAK-POINT

Put the BREAK <USERID> In your code then automatically it will stop

&************Reward Points if helpful*************&

6 REPLIES 6
Read only

Former Member
0 Likes
637

use BREAK-POINT syntex........

Regards

Anbu

Read only

Former Member
0 Likes
638

HI Hari,

I would suggest you to put the BREAK <USERID>

dont do BREAK-POINT

Put the BREAK <USERID> In your code then automatically it will stop

&************Reward Points if helpful*************&

Read only

Former Member
0 Likes
637

from menu of smartfrom transaction, you can get the function module generated for your smartform. You can activate the breakpoints in th FM for debugging.

Hope this helpds.

Muralidhar

Read only

Former Member
0 Likes
637

set a break point where ever u wnat in the program.

open the smartform , go to environment click the function module and coy the function module and then go to se37 paste the FM and execute the FM.

Read only

0 Likes
637

thanks for giving repaly

Read only

Former Member
0 Likes
637

HI,

Insert a code page Where you want to debug. write the syntax BREAK-POINT or BREAK <user>.

Debugger will be triggered at that point.

Regards

VIjay