<?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: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956207#M66362</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; I got the solution now.&lt;/P&gt;&lt;P&gt; I had included following text in the MAIN WINDOW of my  program. So i am able to get continuous information with multiple pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;PAGE&amp;amp; EQ = 1&lt;/P&gt;&lt;P&gt;   NEW-PAGE&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2005 21:41:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-01T21:41:25Z</dc:date>
    <item>
      <title>Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956201#M66356</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; Can anybody tell me how to get NEXT PAGE FUNCTIONALITY   in SAP SCRIPTS. Means if Data in 1st page does not fit it should go to next page and print.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had declared 2 PAGES already in my LAYOUT SET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i achieve above functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 17:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956201#M66356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T17:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956202#M66357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the PAGE attributes of the first page,  Make the "Next Page" attribute the second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richh Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 17:49:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956202#M66357</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-01T17:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956203#M66358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have just one page,  and there is too much on the page,  set the page attribute "NEXT page" to the first page.  Then it will print the first page, the over flow to the first page again, untill all is printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 17:51:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956203#M66358</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-01T17:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956204#M66359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich heilman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had declared first page as PAGE1 &amp;amp; its Next Page attribute as PAGE2 which is also declared already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still it is not showing second page when there is over flow of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does we need to write following code any where in layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;PAGE&amp;amp; EQ = 1&lt;/P&gt;&lt;P&gt;NEXT-PAGE&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please solve my issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 17:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956204#M66359</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T17:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956205#M66360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich/All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Can anybody address my issue.&lt;/P&gt;&lt;P&gt; I am still not able get into second page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 18:13:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956205#M66360</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T18:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956206#M66361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you included the MAIN window in PAGE2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 18:25:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956206#M66361</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-01T18:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding SAP SCRIPTS - NEXT PAGE FUNCTIONALITY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956207#M66362</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; I got the solution now.&lt;/P&gt;&lt;P&gt; I had included following text in the MAIN WINDOW of my  program. So i am able to get continuous information with multiple pages. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;PAGE&amp;amp; EQ = 1&lt;/P&gt;&lt;P&gt;   NEW-PAGE&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rayeez.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2005 21:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-sap-scripts-next-page-functionality/m-p/956207#M66362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-01T21:41:25Z</dc:date>
    </item>
  </channel>
</rss>

