‎2007 Feb 19 9:11 AM
‎2007 Feb 19 9:16 AM
Hi Rakesh,
How to trace smartform
http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm
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.
Use SMARTFORM_TRACE to trace smart forms.
Regards,
Priyanka.
‎2007 Feb 19 9:16 AM
‎2007 Feb 19 9:19 AM
Hi,
create a program lines node and write BREAK-POINT.
regards,
Sateesh...
‎2007 Feb 19 9:30 AM
Write the statement BREAK <USER ID> in any of the code in smart forms.