<?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 page break in scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458313#M216505</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can any body describe the importance of page break in scripts. how to use page break explain in detail with example.&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Jul 2006 07:15:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-04T07:15:12Z</dc:date>
    <item>
      <title>page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458313#M216505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;can any body describe the importance of page break in scripts. how to use page break explain in detail with example.&lt;/P&gt;&lt;P&gt;thank u in advance.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458313#M216505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T07:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458314#M216506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make a page break use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It makes SapScript to start in a new page and leave the current, it doesn't matter if is at the begin or the end...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jose&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458314#M216506</guid>
      <dc:creator>JoseMunoz</dc:creator>
      <dc:date>2006-07-04T07:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458315#M216507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NEW-PAGE is used to insert a page break ,&lt;/P&gt;&lt;P&gt;it can be conditional if used between IF..ENDIF&lt;/P&gt;&lt;P&gt;     e.g. /:IF &amp;amp;KNA1-NAME1&amp;amp; = 'XYZname'&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;If u want to Page break after displaying certain records or after some condition u use NEW-PAGE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Please Reward points if Helpful&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sridahr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458315#M216507</guid>
      <dc:creator>sridharreddy_kondam</dc:creator>
      <dc:date>2006-07-04T07:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458316#M216508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SRISAIHARI,&lt;/P&gt;&lt;P&gt;For page break use the command in Sapscript form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is used when you have to terminate processing on current page and print next items on the next page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As for example you have 4 material numbers.You  requirement may be like that you are displaying all the data related to one material number on one page and for the next material you want the information on the next page .You have to use page break.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:27:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458316#M216508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T07:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458317#M216509</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;SAPscript automatically triggers a page break as soon as the main window of one page is full. To be able to execute the page break, the system must know on which subsequent page to continue outputting the text. You can specify the subsequent page either statically when defining the form, or you can set the subsequent page dynamically during form output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following links.&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d6/0db4c3494511d182b70000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d6/0db4c3494511d182b70000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Setting a page break manually&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/89/7d95e6fb8011d1952b00a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/89/7d95e6fb8011d1952b00a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following gives a more live example&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba06935c111d1829f0000e829fbfe/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba06935c111d1829f0000e829fbfe/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can check the following links&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.thespot4sap.com/Articles/SAPscript_commands.asp" target="test_blank"&gt;http://www.thespot4sap.com/Articles/SAPscript_commands.asp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:31:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458317#M216509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T07:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: page break in scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458318#M216510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srisaihari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)Page break in SAP SCRIPT is done with NEW-PAGE. &lt;/P&gt;&lt;P&gt;2)When the main window is full with data then FORM will implicitly triggers NEW-PAGE.&lt;/P&gt;&lt;P&gt;3)BUT we can alos trigger new page explicitly with NEW-PAGE.&lt;/P&gt;&lt;P&gt;4)If you need each plant item details on each window then you will trigger this for each new plant with NEW-PAGE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax for NEW-PAGE is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/: NEW-PAGE.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally NEW-PGAE is associated with IF condidtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jul 2006 07:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/page-break-in-scripts/m-p/1458318#M216510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-04T07:34:45Z</dc:date>
    </item>
  </channel>
</rss>

