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

debug im smartform step by step

Former Member
0 Likes
588

how i can debug step by step like in sapscript.

i tried to make break-point in the smartf,and use smartform_trace and not for this i maean (sftrace dont work i dont know).

i need step by step how????

5 REPLIES 5
Read only

Former Member
0 Likes
544

Hi Rani,

Checkout This Thread..,

For more info on smart forms:

hope it helps..,

Regards,

Vinoth

Read only

Former Member
0 Likes
544

Hi,

It is simple.

Write a break statement in program lines.

Eg: BREAK <Userid>

Control will stop at that point and you can debug the smartform.

- Sanjay.

Read only

alejandro_lpez
Contributor
0 Likes
544

Hi Rani,

In smartforms to start debugg, you have to write a sentence BREAK-POINT directly in the code when you want to start debugg, then you can go step by step like sapscript.

Regards,

Alejandro

Read only

Former Member
0 Likes
544

Dynamic:

Generate the Smartform. You'll get a Function Module generated. Display the FM and search for the statement and place the Break-Point and execute.

Static:

Place the key word BREAK-POINT (or) BREAK-POINT User name and execute.

Regds,

Vinodh.

Read only

Former Member
0 Likes
544

Hi,

a SmartForms form generates a function module after activation. You can press F8 to call it and then you can set a breakpoint in the coding either with button <stop> or with BREAK-POINT yourusername.