<?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 a Smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984468#M402142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a program lines node and write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point or break username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For program debug, set the breakpoint as you normally debug a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Feb 2007 00:56:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-16T00:56:38Z</dc:date>
    <item>
      <title>Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984467#M402141</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;I am trying to debug a smartform.How should I do it?&lt;/P&gt;&lt;P&gt;Though I hardcode a break...I am not able to break the print program.&lt;/P&gt;&lt;P&gt;How should I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 00:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984467#M402141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T00:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984468#M402142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create a program lines node and write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;break-point or break username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For program debug, set the breakpoint as you normally debug a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 00:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984468#M402142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T00:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984469#M402143</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;For smartforms debugging you can do this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Execute the smartform (execute button in SMARTFORMS transaction)&lt;/P&gt;&lt;P&gt;2. Take the generated function module and display it in SE80.&lt;/P&gt;&lt;P&gt;3. Find the smartforms Elements (text elements, windows, code lines, loops) in this and set Soft break points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Correct name is SMARTFORM_TRACE. You have lots of options for adequate analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode - SFTRACE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 00:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984469#M402143</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-02-16T00:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984470#M402144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramana,&lt;/P&gt;&lt;P&gt;One way to debug smartform is to debug the Function Module of that smartforms. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 01:04:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984470#M402144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T01:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984471#M402145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried to place soft break points ..but still it doesn't stop..I don't know why&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 01:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984471#M402145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T01:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984472#M402146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you are putting soft break point in the function module. If so, please check if you are putting it after any condition... put it on the very first command of the FM.... &lt;/P&gt;&lt;P&gt;Also please check if you are working on one client only...!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 03:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984472#M402146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T03:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Debugging a Smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984473#M402147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is an invoice, try placing the break-point in RLB_INVOICE.  This report calls your smartform function, and so you should be able to watch as it calls the generated function module generated by the Smartform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2007 03:14:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/debugging-a-smartform/m-p/1984473#M402147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-16T03:14:08Z</dc:date>
    </item>
  </channel>
</rss>

