<?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 smarforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169397#M459937</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to debug a smart form and how to transport it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 08:30:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T08:30:14Z</dc:date>
    <item>
      <title>smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169397#M459937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to debug a smart form and how to transport it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:30:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169397#M459937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:30:14Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169398#M459938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&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;Regards,&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169398#M459938</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169399#M459939</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 debug a smartform by placing &amp;lt;b&amp;gt;program lines&amp;lt;/b&amp;gt; control where ever you want to check the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write the following line in the code section of program lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  break-point.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:33:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169399#M459939</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169400#M459940</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;chk these threads...&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3013306" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3013306&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3239589" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3239589&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3168040" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=2273829&amp;amp;messageID=3168040&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;priya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:34:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169400#M459940</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169401#M459941</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;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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169401#M459941</guid>
      <dc:creator>jayanthi_jayaraman</dc:creator>
      <dc:date>2007-04-25T08:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169402#M459942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vamshi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug SF:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Preview : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORM-&amp;gt; execute-&amp;gt;execute-&amp;gt;pass values if require to import &amp;amp; table parameters -&amp;gt;execute-&amp;gt; on the pop up window give Printer name as LP01 and press print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For debugging -&lt;/P&gt;&lt;P&gt;1. Write BREAK POINT in the code window.&lt;/P&gt;&lt;P&gt;2. Put a break point on the call function in the driver program &lt;/P&gt;&lt;P&gt;3. Put a break point in the generated Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this resolves your query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward all the helpful answers.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:34:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169402#M459942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169403#M459943</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;to debug-&amp;gt;&lt;/P&gt;&lt;P&gt;write the hard coded break-point where ever you have doubt and run the smartform.&lt;/P&gt;&lt;P&gt;how to debug and how to transport smart forms&lt;/P&gt;&lt;P&gt;- to debug, just simply insert an ABAP code (right click on a window -&amp;gt; Create -&amp;gt; Flow logic -&amp;gt; Command line) into the Smartform, and write a "BREAK username." command into it.&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, 25 Apr 2007 08:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169403#M459943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: smarforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169404#M459944</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;A smartform generates a function module if you go to Environment-&amp;gt;Function Module Name in  Tx Smartforms this will give you the name of the smarform.&lt;/P&gt;&lt;P&gt;You can then set a breakpoint anywhere in the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way I found to transport a smartform is to make a slight change to the smartform so it requests to add it to a transport. Then change it back again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 08:57:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smarforms/m-p/2169404#M459944</guid>
      <dc:creator>Faaiez</dc:creator>
      <dc:date>2007-04-25T08:57:11Z</dc:date>
    </item>
  </channel>
</rss>

