<?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 smart forms debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993524#M954040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body pls explain how to debug smartforms ?&lt;/P&gt;&lt;P&gt;Is it necessary to write print program for smart forms ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2008 12:15:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-17T12:15:37Z</dc:date>
    <item>
      <title>smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993524#M954040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body pls explain how to debug smartforms ?&lt;/P&gt;&lt;P&gt;Is it necessary to write print program for smart forms ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993524#M954040</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993525#M954041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;   You can place a static breakpoint.Put the statement &lt;STRONG&gt;BREAK_POINT&lt;/STRONG&gt; or &lt;STRONG&gt;BREAK &amp;lt;USER NAME&amp;gt;&lt;/STRONG&gt; in one of the text elements.It is necessary for a smartform to have a driver program.Even if it is a std smartform there is a way to relate driver program and smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993525#M954041</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993526#M954042</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;u can use SFTRACE transaction to debug smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if hlpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:18:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993526#M954042</guid>
      <dc:creator>GauthamV</dc:creator>
      <dc:date>2008-06-17T12:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993527#M954043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI..&lt;/P&gt;&lt;P&gt;Insert a codeline in smartform. Write &lt;STRONG&gt;Break-point&lt;/STRONG&gt; there.&lt;/P&gt;&lt;P&gt;Directly execute the smartform..U will be taken to the break point ...there u can debugg..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u wanna see the values u pass to the smartform from the print progarmm , then put a break point in the print program and ecxecute.U can see the values that are passed in to the smartform..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if the above ans is useful  &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rudra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993527#M954043</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-17T12:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993528#M954044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     In the Smartform, within the Code Node you can hardcode a normal abap Break Point ..&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;Other 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;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SFTRACE can be used for debugging SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read More here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;See the Below thread for how to debug the Smartforms&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="130855"&gt;&lt;/A&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="2241642"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&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="168726"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nayan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993528#M954044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993529#M954045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hiiii...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can wither use SFTRACE else u can staticly put a break point using &lt;/P&gt;&lt;P&gt;break &amp;lt;username&amp;gt; in program line code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however it would be simple to navigate using static break point personnaly i feel ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;chandu reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993529#M954045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993530#M954046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kaladhar,&lt;/P&gt;&lt;P&gt;u can put break point in program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK-POINT .&lt;/P&gt;&lt;P&gt;but this is static brakpoint&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so u can also put break point in function module which is generated when smart form is activated&lt;/P&gt;&lt;P&gt;and also look into this transaction - SFTRACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993530#M954046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993531#M954047</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;Just copy the node name.&lt;/P&gt;&lt;P&gt;Find that node name in FM of smartform (giving radiobutton in main program while finding).&lt;/P&gt;&lt;P&gt;Put a brkpt .&lt;/P&gt;&lt;P&gt;And run the driver program which triggers the smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward pts. if usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993531#M954047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993532#M954048</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;You can debusg smart form by putting hard coded break point &lt;STRONG&gt;BREAK-POINT or BREAK- &amp;lt;SAP user ID&amp;gt;.&lt;/STRONG&gt; but it is better to use BREAK- &amp;lt;SAP user ID&amp;gt;. as in this case for your user ID smartform will open in debug mode where as in the other case for every one in the system smartform will open in debug mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be of some help!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Kabra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:26:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993532#M954048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993533#M954049</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;     You can use &lt;STRONG&gt;SFTRACE&lt;/STRONG&gt; transaction code or you can hard code as &lt;STRONG&gt;BREAK-POINT ( BREAK USERNAME)&lt;/STRONG&gt; or even you can put the &lt;STRONG&gt;SOFT BREAK POINT&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     To place the soft break point execute the smartform (press F8 on smartform), now the generated function module will be displayed then go to the source code of this function module (press on Display button) then here in the displayed code you can put the break point in the selected line of code by pressing &lt;EM&gt;set/delete breakpoint button.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Reward points if it is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2008 12:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms-debugging/m-p/3993533#M954049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-17T12:27:27Z</dc:date>
    </item>
  </channel>
</rss>

