<?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: script new page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527071#M848527</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First   Call That  text Element  Were U Used New-page Coomand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript automatically inserts a page break when the main window of a page (MAIN) is full. You can use the NEW-PAGE command to force a page break in the text at any point you want one. The text following this command then appears on a new page. The page break is always performed (it is an unconditional page break).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NEW-PAGE command completes the current page. This means that all the windows that are still on the page are printed immediately. If you use the NEW-PAGE command without parameters, the page defined in the current form as the next page will be taken next. If, however, your form contains a number of different pages, then you can specify any one of these as the next page to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE [page_name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;The current page will be completed and the text in the following lines will be written to the page specified in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE S1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As above, except that the page S1 will be taken as the next page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, in a NEW-PAGE command, you specify a page not contained in the form, the specification is ignored.&lt;/P&gt;&lt;P&gt;Take care that there are no blank lines immediately before a NEW-PAGE command. If an implicit page break occurs within the blank lines, an unexpected blank page may be printed.&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;&lt;/P&gt;&lt;P&gt;Eshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Mar 2008 09:04:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-07T09:04:46Z</dc:date>
    <item>
      <title>script new page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527069#M848525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i am creating new page in script and giving some text in that page window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but that page not all triggering here, &lt;/P&gt;&lt;P&gt; all ready first and next pages are there in my script .. i created new page,, but not coming...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could any body explain how to solve my problem..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 08:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527069#M848525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T08:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: script new page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527070#M848526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you mentioned the next page field ...&lt;/P&gt;&lt;P&gt;you have to fill it in the attributes of first page ....check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 09:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527070#M848526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T09:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: script new page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527071#M848527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First   Call That  text Element  Were U Used New-page Coomand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript automatically inserts a page break when the main window of a page (MAIN) is full. You can use the NEW-PAGE command to force a page break in the text at any point you want one. The text following this command then appears on a new page. The page break is always performed (it is an unconditional page break).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The NEW-PAGE command completes the current page. This means that all the windows that are still on the page are printed immediately. If you use the NEW-PAGE command without parameters, the page defined in the current form as the next page will be taken next. If, however, your form contains a number of different pages, then you can specify any one of these as the next page to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE [page_name]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;The current page will be completed and the text in the following lines will be written to the page specified in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE S1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As above, except that the page S1 will be taken as the next page. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If, in a NEW-PAGE command, you specify a page not contained in the form, the specification is ignored.&lt;/P&gt;&lt;P&gt;Take care that there are no blank lines immediately before a NEW-PAGE command. If an implicit page break occurs within the blank lines, an unexpected blank page may be printed.&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;&lt;/P&gt;&lt;P&gt;Eshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2008 09:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-new-page/m-p/3527071#M848527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-07T09:04:46Z</dc:date>
    </item>
  </channel>
</rss>

