<?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: create second page in smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458181#M216416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;   You needn do anything. Click on the attributes of the page and in that give the next page of the page to be the same name. for ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next page &amp;lt;b&amp;gt;PAGE1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Jul 2006 16:42:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-07T16:42:48Z</dc:date>
    <item>
      <title>create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458176#M216411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to create second page in smartform with all the same windows of first page .&lt;/P&gt;&lt;P&gt;so that if data is more it should b displayed in the second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 15:00:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458176#M216411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T15:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458177#M216412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Venkat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table control will draw lines till last record only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do like this... Use table control but do not use the lines of table control... Make all the borders invisible... and use a overlap window in that draw a template...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 15:01:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458177#M216412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458178#M216413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Place your logic to loop through your item lines in the main window of page 1.  Then set the 'Next Page' of page 1 to the name of your page 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 15:08:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458178#M216413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T15:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458179#M216414</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;setting the next page as page1 will solve the purpose(provided the data in internal table is to be written in the main window). when the first page getss filled, the data will get printed in the next page(which has the same windows)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 15:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458179#M216414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T15:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458180#M216415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,&lt;/P&gt;&lt;P&gt;try to use main window for ur purposeso that it gets exrended to next page if data exceeds in that page.&lt;/P&gt;&lt;P&gt;do reward if helpful.&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, 07 Jul 2006 15:34:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458180#M216415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T15:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: create second page in smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458181#M216416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;   You needn do anything. Click on the attributes of the page and in that give the next page of the page to be the same name. for ex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next page &amp;lt;b&amp;gt;PAGE1&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jul 2006 16:42:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/create-second-page-in-smartform/m-p/1458181#M216416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-07T16:42:48Z</dc:date>
    </item>
  </channel>
</rss>

