‎2006 Aug 14 2:13 PM
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????
‎2006 Aug 14 2:19 PM
‎2006 Aug 14 2:21 PM
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.
‎2006 Aug 14 2:21 PM
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
‎2006 Aug 14 2:22 PM
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.
‎2006 Aug 14 2:23 PM
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.