<?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: Double side printing from SAPScript, last page missing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961867#M67603</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;this has a same effect as calling NEW-PAGE from form.&lt;/P&gt;&lt;P&gt;Again, window 'FOOTER' is printed on a new page instead bellow 'MAIN' window and there are no T&amp;amp;C on the last sheet. I also tried to explicitly call text element in window 'FOOTER' before calling 'CONTROL_FORM', like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM' "last element in 'MAIN' window&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            element = 'LAST'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS  = 01.&lt;/P&gt;&lt;P&gt;  CLEAR sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            element = 'FOOTER'&lt;/P&gt;&lt;P&gt;            window = 'FOOTER'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS  = 01.&lt;/P&gt;&lt;P&gt;  CLEAR sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;             COMMAND = 'NEW-PAGE'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;             UNOPENED = 01&lt;/P&gt;&lt;P&gt;             UNSTARTED = 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the 'FOOTER' window is under control of SAPScript, not of print program.&lt;/P&gt;&lt;P&gt;Note: 'CONTROL_FORM' call is placed immediatelly before 'CLOSE_FORM', so at the last possible place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Grigor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2005 06:41:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-05T06:41:26Z</dc:date>
    <item>
      <title>Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961861#M67597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I try to setup double side printing from SAPScript, but have a problem and hope that somebody might help me.&lt;/P&gt;&lt;P&gt;In my form I have two pages with main window (FIRST and NEXT) which have print mode set to 'D' and next page set to 'TANDC'. Page 'TANDC' has only one VAR window which contains terms and conditions text.&lt;/P&gt;&lt;P&gt;Now, everything works fine except that T&amp;amp;C text isn't printed after last page (ie. after last 'NEXT' page). Is there a way to force printing of last (back side) page?&lt;/P&gt;&lt;P&gt;PS: Calling 'WRITE_FORM' from the print program at the end didn't help either.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Grigor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 07:28:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961861#M67597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T07:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961862#M67598</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 have to use the explicit page break for the page TANDC to get displayed. The format is&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;For more information please refer to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d2/cb3d07455611d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 09:09:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961862#M67598</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-09-02T09:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961863#M67599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I tried this as well but it doesn't work for me.&lt;/P&gt;&lt;P&gt;Problem is that next-page can be called from main window only. Since I have other windows (eg. footer) of type VAR on page 'NEXT', calling next-page results in these windows being printed on new page instead on bottom of the page where main window is printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Grigor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 11:47:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961863#M67599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T11:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961864#M67600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Grigor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you are using the command like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: NEW-PAGE TANDC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 13:20:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961864#M67600</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-09-02T13:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961865#M67601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;sorry, of course it's NEW-PAGE, not NEXT-PAGE. I made a mistake, but only here.&lt;/P&gt;&lt;P&gt;I'm using the command exactly like this. As I said, if used in main window it moves other windows to next page and if used in VAR window it is ignored.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Grigor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 13:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961865#M67601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-02T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961866#M67602</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;Can you try controlling the page break from the print program like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;            CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;                  EXPORTING&lt;/P&gt;&lt;P&gt;                       COMMAND = 'NEW-PAGE'&lt;/P&gt;&lt;P&gt;                       EXCEPTIONS&lt;/P&gt;&lt;P&gt;                        UNOPENED = 01&lt;/P&gt;&lt;P&gt;                       UNSTARTED = 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2005 13:54:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961866#M67602</guid>
      <dc:creator>Vinod_Chandran</dc:creator>
      <dc:date>2005-09-02T13:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Double side printing from SAPScript, last page missing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961867#M67603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;this has a same effect as calling NEW-PAGE from form.&lt;/P&gt;&lt;P&gt;Again, window 'FOOTER' is printed on a new page instead bellow 'MAIN' window and there are no T&amp;amp;C on the last sheet. I also tried to explicitly call text element in window 'FOOTER' before calling 'CONTROL_FORM', like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM' "last element in 'MAIN' window&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            element = 'LAST'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS  = 01.&lt;/P&gt;&lt;P&gt;  CLEAR sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            element = 'FOOTER'&lt;/P&gt;&lt;P&gt;            window = 'FOOTER'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            OTHERS  = 01.&lt;/P&gt;&lt;P&gt;  CLEAR sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'CONTROL_FORM'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;             COMMAND = 'NEW-PAGE'&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;             UNOPENED = 01&lt;/P&gt;&lt;P&gt;             UNSTARTED = 02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It looks like the 'FOOTER' window is under control of SAPScript, not of print program.&lt;/P&gt;&lt;P&gt;Note: 'CONTROL_FORM' call is placed immediatelly before 'CLOSE_FORM', so at the last possible place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Grigor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2005 06:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/double-side-printing-from-sapscript-last-page-missing/m-p/961867#M67603</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-05T06:41:26Z</dc:date>
    </item>
  </channel>
</rss>

