<?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: Debugging in smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180506#M463552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;                 U can write 'BREAK-POINT'  statement in Program lines.&lt;/P&gt;&lt;P&gt;smartform will directly go into degugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 May 2007 07:16:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-04T07:16:22Z</dc:date>
    <item>
      <title>Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180498#M463544</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;Can any one send me the snap shots of Smartform debugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Useful posts will be rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:53:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180498#M463544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180499#M463545</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) DEBUG Smartform:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       1) One way to debug smartform is to debug the Function Module of that smartforms.&lt;/P&gt;&lt;P&gt;          If you want to debug particular smartform node that the solution would be, &lt;/P&gt;&lt;P&gt;          insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint. &lt;/P&gt;&lt;P&gt;           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;           2)       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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:54:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180499#M463545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180500#M463546</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;1) One way to debug smartform is to debug the Function Module of that smartforms.&lt;/P&gt;&lt;P&gt;If you want to debug particular smartform node that the solution would be,&lt;/P&gt;&lt;P&gt;insert a "Program Line" just above the node you want to debug and this program line write a normal abap breakpoint.&lt;/P&gt;&lt;P&gt;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;2) 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:55:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180500#M463546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180501#M463547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah you have to explicitily write &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any where you are writing code or you may do it for settig the break point...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is a easy method to see whether all the values are gtting populated or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jayant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:55:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180501#M463547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:55:47Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180502#M463548</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;Set the break point in initialization(Global Definitions--&amp;gt; Initialization) of smartform as :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BREAK &amp;lt;USERNAME&amp;gt;. --Works for particular user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please don't use BREAK-POINT this will apply all the users who are testing the smartform.&lt;/P&gt;&lt;P&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;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;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 06:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180502#M463548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180503#M463549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to know about the transaction code SFTRACE.&lt;/P&gt;&lt;P&gt;I mean how to trace for my smartform in that transaction code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 07:02:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180503#M463549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T07:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180504#M463550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Either u can put breakpoint in smartform by doing hardcode BREAK_POINT in any window if u have access to change the smartform&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u don't want to put breakpoint then&lt;/P&gt;&lt;P&gt; first go to smart form transaction -&amp;gt; press f8, -&amp;gt; the windows change to the FM -&amp;gt; click in display and -&amp;gt; click in find -&amp;gt; choose the control program and find a part of the source code and put a break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sonika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 07:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180504#M463550</guid>
      <dc:creator>former_member632991</dc:creator>
      <dc:date>2007-05-04T07:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180505#M463551</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;Check this link.It will help you.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 07:10:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180505#M463551</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-05-04T07:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging in smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180506#M463552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;                 U can write 'BREAK-POINT'  statement in Program lines.&lt;/P&gt;&lt;P&gt;smartform will directly go into degugging.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hemant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 07:16:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-in-smartforms/m-p/2180506#M463552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T07:16:22Z</dc:date>
    </item>
  </channel>
</rss>

