‎2006 Jul 21 5:03 PM
‎2006 Jul 21 5:04 PM
Use the following statement inside program lines
<b>break-point.</b>
‎2006 Jul 21 5:04 PM
Use the following statement inside program lines
<b>break-point.</b>
‎2006 Jul 21 5:05 PM
Hi Raju,
Use abap statement <b>BREAK-POINT</b> inside code.
Thanks,
Vinay
‎2006 Jul 21 5:14 PM
ya Abhi,
Add <b>BREAK-POINT</b> inside code. Hope this solves your purpose.
Regards,
Santosh
‎2006 Jul 21 5:14 PM
1. use transaction SMARTFORM_TRACE
2. in the SMARTFORMS, use utilities to show the function name. You can analyze this function in SE37 and set dynamic breakpoints as required. Lok at the SMARTFORM_TRACE to decide where to set break points.
3. BREAK-POINT can be used only in own program lines in smartform - not very helpful because it always stops until removed and generated again.
Regards,
Clemens
corrected name of tgransaction SMARTFORM_TRACE
Message was edited by: Clemens Li
‎2006 Jul 21 7:09 PM
You can set
break "sy-uname" within your smart form code sections and this will take you to the code sections in the function module of the smart form when the break point is reached. This way by timing the break points you can look at the code of the various nodes of your smart form.