<?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 smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700185#M306997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    In smartform i got 50 line items.My req is to get 1 to 25 line item and 25 to 50 line item on the same page.........HOw to do tht.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Nov 2006 11:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-28T11:23:03Z</dc:date>
    <item>
      <title>smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700185#M306997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    In smartform i got 50 line items.My req is to get 1 to 25 line item and 25 to 50 line item on the same page.........HOw to do tht.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700185#M306997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700186#M306998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please explin it clearly&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:33:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700186#M306998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700187#M306999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the no.of line items printed, if it is 25 then use command next page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:38:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700187#M306999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700188#M307000</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 a Driver Program fot the Smartforms or else, you can write the logic in the Main window of the samrtforms, so here, you will put a loop to print all the items, so just decalre a Counter, and increase it in the loop, if that comes to 25 then NEW PAGE(Depending on your requirment).&lt;/P&gt;&lt;P&gt;in the new page, declare another variable type of Sy-INDEX, and assign 25 to it.&lt;/P&gt;&lt;P&gt;then &lt;/P&gt;&lt;P&gt;loop at ITAB where sy-TABIX = NEW_VAR&lt;/P&gt;&lt;P&gt;New_VAr = New_var + 1.&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700188#M307000</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700189#M307001</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 guess, you want to print first 25 lines in left side of a page and them remaining 25 lines in the right side of a page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, if you are sure that u'll have only 50 lines only everytime you can go for template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, u adjust the main window exactly for half left of the page and create one more main window in right half of the page write the same code what u write for the first. In the first main window put a condition after each 25 lines and give next window command and in the second main window after each  25 give command for next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm sure this logic will serve your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Surya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Nov 2006 11:56:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms/m-p/1700189#M307001</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-28T11:56:35Z</dc:date>
    </item>
  </channel>
</rss>

