<?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 SAP Script - Pagebreak in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466978#M219862</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt; (1)         I am new to ABAP.I have created a purchase order using sapscript form. In the main window of the first page i want to display only 5-6 lines, after that remaining lines should be display in the subsequent page.&lt;/P&gt;&lt;P&gt;  (2)        If the purchase order contains only 5-6 item numbers, then all the data's should be displayed in the main window of the first page and below the main window i have created a window for "terms and conditions".So here both "main" and "terms and condition" windows should be displayed in the first page itself.&lt;/P&gt;&lt;P&gt;             If Purchase order contains more than 6 lines then the remaining rows in the main window should be displayed in the next page and "terms and condition" window should not display in the first page, it should be displayed in the second page after the completion of data in the Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Aug 2006 05:34:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-11T05:34:41Z</dc:date>
    <item>
      <title>SAP Script - Pagebreak</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466978#M219862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt; (1)         I am new to ABAP.I have created a purchase order using sapscript form. In the main window of the first page i want to display only 5-6 lines, after that remaining lines should be display in the subsequent page.&lt;/P&gt;&lt;P&gt;  (2)        If the purchase order contains only 5-6 item numbers, then all the data's should be displayed in the main window of the first page and below the main window i have created a window for "terms and conditions".So here both "main" and "terms and condition" windows should be displayed in the first page itself.&lt;/P&gt;&lt;P&gt;             If Purchase order contains more than 6 lines then the remaining rows in the main window should be displayed in the next page and "terms and condition" window should not display in the first page, it should be displayed in the second page after the completion of data in the Main window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 05:34:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466978#M219862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T05:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Pagebreak</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466979#M219863</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;you should set the size of the main window as that it should have the area to display onlu 5-6 items so it will automatically go to next page after displaying 5-6 items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for terms and condition to display in last page only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can write IF ENDIF in your sapscript like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;NEXTPAGE&amp;amp; EQ ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*write your terms and comments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&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;HRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:17:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466979#M219863</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-11T06:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script - Pagebreak</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466980#M219864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !!!&lt;/P&gt;&lt;P&gt;   Thank you very much for ur kind response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2006 06:43:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-pagebreak/m-p/1466980#M219864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-11T06:43:28Z</dc:date>
    </item>
  </channel>
</rss>

