<?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: Debug Smart form in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277448#M151828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt; since the smartforms generates an FM ..&lt;/P&gt;&lt;P&gt; you can just run it Debug mode itself..&lt;/P&gt;&lt;P&gt; as suggested you can also hardcode break-point in necessary places..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Apr 2006 06:24:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-04T06:24:46Z</dc:date>
    <item>
      <title>Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277441#M151821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anybody plz help me how to debug a smartform when I configured to some transaction like VF02. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: paul.gp gp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277441#M151821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277442#M151822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi paul,&lt;/P&gt;&lt;P&gt;If it is your own smartform (editable) then create a CODE LINES and type BREAK-POINT in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277442#M151822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277443#M151823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give break &amp;lt;username&amp;gt; in the program lines of your smartform.&lt;/P&gt;&lt;P&gt;This will enable you to debug any smartform.&lt;/P&gt;&lt;P&gt;Refer this thread:&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="1305529"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gayathri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:20:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277443#M151823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277444#M151824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to start the debugging from the print program so that you check the parameters, just place a BREAK-POINT before the call of the SMART Form function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the SMART Forms, its a little tricky situation as the code is generated. If you have done some coding inside the SMART form, then you can place a statement BREAK-POINT there and in debug mode figure out the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, if you look at the generated code, it will be very confusing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:21:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277444#M151824</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277445#M151825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Paul...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the steps to debug a smartform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please set a break point in side the smartform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then at the time of print/ preview the program stops there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example : If you set the break point in initializationas &lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;.&lt;/P&gt;&lt;P&gt;Program stops at break point. After that use Serach and set more break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;Search the program logic/Textelement/Address via search and set the break point at that code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just refer this link..&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;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:22:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277445#M151825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:22:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277446#M151826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&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 VF02 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;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:22:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277446#M151826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277447#M151827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to debug smartform is to debug the Function Module of that smartforms. If you want to debug particular smartform node that the solution would be, insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. So whenever you call the smartforms, it will stop at this breakpoint and you can debug onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is try to execute the FM in debugging mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly reward points by clicking the star on the left of reply,if it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277447#M151827</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2006-04-04T06:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277448#M151828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt; since the smartforms generates an FM ..&lt;/P&gt;&lt;P&gt; you can just run it Debug mode itself..&lt;/P&gt;&lt;P&gt; as suggested you can also hardcode break-point in necessary places..&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:24:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277448#M151828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debug Smart form</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277449#M151829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out these threads&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;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Apr 2006 06:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debug-smart-form/m-p/1277449#M151829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-04T06:26:49Z</dc:date>
    </item>
  </channel>
</rss>

