<?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: loop in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380088#M1042056</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 will have two options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Restrict the main window size to one line item.&lt;/P&gt;&lt;P&gt;2. In main window while looping the internal table &lt;/P&gt;&lt;P&gt;     in table main, at last give an alternative and provide command to trigger the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Aug 2008 13:42:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-27T13:42:06Z</dc:date>
    <item>
      <title>loop in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380086#M1042054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a smartform with one page. The next page is itself.&lt;/P&gt;&lt;P&gt;I import an internal table t_purinv into this form. And one record will fill the fields in only one page. If t_purinv has 4 records , there should be 4 pages in one print preview screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I can't create a "LOOP" under the page. How can I see these 4 pages in one preview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any expert help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 08:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380086#M1042054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T08:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: loop in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380087#M1042055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;next page is used when the current main area is not long enough to print the contents.&lt;/P&gt;&lt;P&gt;in your case, you have to call the smart form 4 times and merge the calls to a single spool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this can be controlled by the FM parameter 'control_parameters'.&lt;/P&gt;&lt;P&gt;Please refer to:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/71/9ccd9c8e0e11d4b608006094192fe3/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/71/9ccd9c8e0e11d4b608006094192fe3/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 08:57:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380087#M1042055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T08:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: loop in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380088#M1042056</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 will have two options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Restrict the main window size to one line item.&lt;/P&gt;&lt;P&gt;2. In main window while looping the internal table &lt;/P&gt;&lt;P&gt;     in table main, at last give an alternative and provide command to trigger the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2008 13:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380088#M1042056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-27T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: loop in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380089#M1042057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;under the loop you have to call command node(dynamic page break) &lt;/P&gt;&lt;P&gt;for new page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Aug 2008 05:56:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-in-smartform/m-p/4380089#M1042057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-28T05:56:15Z</dc:date>
    </item>
  </channel>
</rss>

