‎2006 Dec 28 9:33 AM
‎2006 Dec 28 9:37 AM
Hi,
In any of the command lines , write the statement break-point.
Regards,
‎2006 Dec 28 9:36 AM
U have to hard code the break point statement like BREAK USER.
Reward if useful.
Thanks,
Alex
‎2006 Dec 28 9:37 AM
‎2006 Dec 28 9:40 AM
in the loop statemnt write like this -
break Username
for e.g - break Manmeet
‎2006 Dec 28 9:36 AM
Hi Manmeet,
<b>For smartforms debugging you can do this.</b>
1. Execute the smartform (execute button in SMARTFORMS transaction)
2. Take the generated function module and display it in SE80.
3.Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.
Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis
Tcode - SFTRACE
Reward points if this Helps.
Manish
‎2006 Dec 28 9:37 AM
Hi,
In any of the command lines , write the statement break-point.
Regards,
‎2006 Dec 28 9:40 AM
Hi Manmeet,
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.
If you face any problem reply this thread.
Regards,
Mukesh Kumar
‎2006 Dec 28 9:48 AM
Hi Manmeet,
Put BREAK-POINT in the code node of the Page.
Regards
Kannaiah