<?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: Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683052#M620346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;smartforms create a function, the function contain the whole form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have two solutions:&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;loop at it_..&lt;/P&gt;&lt;P&gt;call function with the header line.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;call function with the table, make a loop in the smartforms and call the windows inside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Aug 2007 14:10:18 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2007-08-23T14:10:18Z</dc:date>
    <item>
      <title>Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683051#M620345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I have a small doubt in smartforms. I have the data in internal table. For each record one page of smartform should be developed. In scripts means we can manage it with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;  open-form.&lt;/P&gt;&lt;P&gt;  start-form.&lt;/P&gt;&lt;P&gt;  write-form.&lt;/P&gt;&lt;P&gt;  close-form.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms how we can manage this type of scenario. Am new to smartforms. Please guide me regarding in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 14:08:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683051#M620345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T14:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683052#M620346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;smartforms create a function, the function contain the whole form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you have two solutions:&lt;/P&gt;&lt;P&gt;1. &lt;/P&gt;&lt;P&gt;loop at it_..&lt;/P&gt;&lt;P&gt;call function with the header line.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. &lt;/P&gt;&lt;P&gt;call function with the table, make a loop in the smartforms and call the windows inside.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 14:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683052#M620346</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2007-08-23T14:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683053#M620347</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;when you are creating a smartform, there is also a function module being created.&lt;/P&gt;&lt;P&gt;The function module name you can get in: &lt;/P&gt;&lt;P&gt;SMARTFORMS-&amp;gt;Display your from-&amp;gt;environment-&amp;gt;function module name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT itab&lt;/P&gt;&lt;P&gt;CALL FUNCTION sf_function_name.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 14:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683053#M620347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T14:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683054#M620348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Thanks for ur quick reply. If i do like loop at itab then it will ask the dialog box for every record. Huv we can reduce that dialog form. So that when i execute that program the output will come continuously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Aug 2007 14:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/2683054#M620348</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-23T14:31:42Z</dc:date>
    </item>
  </channel>
</rss>

