<?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 smartform? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545636#M248105</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap &lt;/P&gt;&lt;P&gt;Break Point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Aug 2006 11:51:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-02T11:51:07Z</dc:date>
    <item>
      <title>how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545631#M248100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello every one,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one expalin how to debug a SMARTFORM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks 'n' regards&lt;/P&gt;&lt;P&gt;SUDHEER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:27:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545631#M248100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545632#M248101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;to debug a smartform add program lines to the page and write 'break-point' in it.&lt;/P&gt;&lt;P&gt;activate it and execute it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:29:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545632#M248101</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-08-02T11:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545633#M248102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you also can debug using SOFT break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on the display smartform screen, menu path-&amp;gt; ENVIRONMENT-&amp;gt;function module NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you will the function module name,for that smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now goto se37 &amp;amp; give this name, &amp;amp; go in display mode, place the soft break-point(using STOP button appears on application tool bar) where ever you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545633#M248102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545634#M248103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sudheer, &lt;/P&gt;&lt;P&gt;    putting a break-point in a smartform is one option. But as smartfrom is a dynamic function module only, you can get the dynamic FM no and can debug that FM properly by searching a node name in the program also. and put a simple breakpoint as we do in simple report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       I think this helps you to a understand the flow of smart form too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Brijesh Patel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:33:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545634#M248103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545635#M248104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2 ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic:&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static:&lt;/P&gt;&lt;P&gt;Place the key word BREAK-POINT and execute.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds,&lt;/P&gt;&lt;P&gt;Vinodh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545635#M248104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545636#M248105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Smartform, create a Code Node and within the Code Node you can hardcode a normal abap &lt;/P&gt;&lt;P&gt;Break Point. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:51:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545636#M248105</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to debug a smartform?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545637#M248106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.Execute the Smartform&lt;/P&gt;&lt;P&gt;2. Go to the funtion module&lt;/P&gt;&lt;P&gt;3. go to the object repository and subroutines tab in that. You will find the code of all the windows that u have in smartform.&lt;/P&gt;&lt;P&gt;4. You can now put soft breakpoints and run the smartform through the transaction me23 as required. It will stop at the break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is to hard code the break points in the smartform codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="359231"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="15539"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="109051"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2006 11:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-debug-a-smartform/m-p/1545637#M248106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-02T11:55:28Z</dc:date>
    </item>
  </channel>
</rss>

