<?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: SAPScript New-Page in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156505#M119014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The condition here for me is not to touch the print program at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my problem is explained more clearly at:&lt;/P&gt;&lt;P&gt;Please refer the forum question 'SAP Script: Printing the signature on main window at the end'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2006 15:45:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-09T15:45:40Z</dc:date>
    <item>
      <title>SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156500#M119009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am having some problem with the new-page command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 pages in my SAPScript.  The main window overflows from page one to page two.  I don't have any problem till this point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the footer window I am putting the following code and it does not call the third page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;NEXTPAGE&amp;amp; = 0                 &lt;/P&gt;&lt;P&gt;C2   HELLO HOW ARE YOU DOING???  &lt;/P&gt;&lt;P&gt;/:   NEW-PAGE TH1                      &lt;/P&gt;&lt;P&gt;/:   ENDIF                             &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It prints the text in the last footer but it never calls the third page TH1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I doiong anything wrong? or do I need to do take care of something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks..&lt;/P&gt;&lt;P&gt;Venu (Intelligroup)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156500#M119009</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T15:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156501#M119010</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;I second page &amp;lt;b&amp;gt;NEXT PAGE&amp;lt;/b&amp;gt; attribute have you put THIRD page name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And give &lt;/P&gt;&lt;P&gt;         IF &amp;amp;NEXTPAGE&amp;amp; EQ '0'.&lt;/P&gt;&lt;P&gt;         NEW-PAGE.&lt;/P&gt;&lt;P&gt;         Code----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;         ENDIF.   &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Try and see wether it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156501#M119010</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156502#M119011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't do that, because the main window in second page over flows onto many pages which is dynamic.  After complete the main window then I have to call the next page.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156502#M119011</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156503#M119012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you may have to do this in your ABAP print program using the START_FORM and END_FORM function modules.   In using the START_FORM, you can specify what page is to be processed.&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>Mon, 09 Jan 2006 15:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156503#M119012</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-01-09T15:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156504#M119013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Venu,&lt;/P&gt;&lt;P&gt;  Use the FM START_FORM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156504#M119013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156505#M119014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The condition here for me is not to touch the print program at all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually my problem is explained more clearly at:&lt;/P&gt;&lt;P&gt;Please refer the forum question 'SAP Script: Printing the signature on main window at the end'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 15:45:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156505#M119014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T15:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156506#M119015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the NEW-PAGE command works only for the MAIN window. just try using the same in main window n chk.&lt;/P&gt;&lt;P&gt;pl acknowledge if it helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 16:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156506#M119015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T16:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156507#M119016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't put this in the main window because the value for &amp;amp;NEXTPAGE&amp;amp;  will never be zero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Venu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 16:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156507#M119016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T16:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript New-Page</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156508#M119017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but u can always execute new-page command in the main window by putting it in a text element and then calling this element from the program after ur loop( items in the main window) is over .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2006 18:31:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-new-page/m-p/1156508#M119017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-09T18:31:43Z</dc:date>
    </item>
  </channel>
</rss>

