<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to debug a smart forms.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409633#M197419</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Jul 2006 18:09:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-21T18:09:42Z</dc:date>
    <item>
      <title>how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409628#M197414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to debug a smart forms..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 16:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409628#M197414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T16:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409629#M197415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the following statement inside  program lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;break-point.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 16:04:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409629#M197415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T16:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409630#M197416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Use abap statement &amp;lt;b&amp;gt;BREAK-POINT&amp;lt;/b&amp;gt; inside code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 16:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409630#M197416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T16:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409631#M197417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya Abhi,&lt;/P&gt;&lt;P&gt;Add &amp;lt;b&amp;gt;BREAK-POINT&amp;lt;/b&amp;gt; inside code. Hope this solves your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 16:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409631#M197417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T16:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409632#M197418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. use transaction SMARTFORM_TRACE&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;corrected name of tgransaction SMARTFORM_TRACE&lt;/P&gt;&lt;P&gt;Message was edited by: Clemens Li&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 16:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409632#M197418</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-07-21T16:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smart forms..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409633#M197419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set &lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jul 2006 18:09:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smart-forms/m-p/1409633#M197419</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-21T18:09:42Z</dc:date>
    </item>
  </channel>
</rss>

