<?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: SAP Script Duplex printing Issue. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662665#M2015764</link>
    <description>&lt;P&gt;So, if I understand well "next page's next is T_C" (which I guess means "next's next page is T_C"), you're saying:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Page    Next    Print mode   Windows/Elements
-----   -----   ----------   ------------------
First   T_C     D            Main
T_C     Next                 no_main
Next    T_C     D            Main&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why do you have Next's next page = T_C?&lt;/P&gt;&lt;P&gt;PS: having a page named "Next" makes any discussion about its next page difficult, you'd better give a semantic name (which refers to the contents, not to its position).&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 19:37:00 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2023-05-17T19:37:00Z</dc:date>
    <item>
      <title>SAP Script Duplex printing Issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662662#M2015761</link>
      <description>&lt;P&gt;I want to add duplex printing in one of the existing SAP Script.&lt;/P&gt;
  &lt;P&gt;Previous settings:&lt;/P&gt;
  &lt;P&gt;There was 2 pages, first and next.&lt;/P&gt;
  &lt;P&gt;First page's next was next and next page's next was next.&lt;/P&gt;
  &lt;P&gt;Print mode was blank for both page.&lt;/P&gt;
  &lt;P&gt;Current settings(after adding duplex):&lt;/P&gt;
  &lt;P&gt;First i have added 1 page that is for terms and condition(T_C) that will be printed on the backside.&lt;/P&gt;
  &lt;P&gt;It is having only one window to print the terms and condition. &lt;/P&gt;
  &lt;P&gt;In the driver program at last Ihave used z_control_form to add a new page and called the window.&lt;/P&gt;
  &lt;P&gt;For the first and next page print mode is D. First page's next is T_C, next page's next is T_C and T_C's next is next.&lt;/P&gt;
  &lt;P&gt;So now I am getting terms condition page on the back side but next page is printing twice.&lt;/P&gt;
  &lt;P&gt;So can any help how to remove the extra next page.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 17:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662662#M2015761</guid>
      <dc:creator>former_member768291</dc:creator>
      <dc:date>2023-05-16T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Duplex printing Issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662663#M2015762</link>
      <description>&lt;P&gt;Difficult to say.&lt;/P&gt;&lt;P&gt;Also, you are using Z_CONTROL_FORM which is custom, which is known only by you, we can't tell the difference with CONTROL_FORM.&lt;/P&gt;&lt;P&gt;So, to simplify what you're saying:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Page    Next    Print mode   Windows/Elements
-----   -----   ----------   ------------------
First   T_C     D            Main
T_C     Next                 Main
Next    Next    D            Main&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why don't you use print mode D for T_C?&lt;/P&gt;&lt;P&gt;Could you also explain the windows/elements you print/how?&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 18:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662663#M2015762</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-16T18:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Duplex printing Issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662664#M2015763</link>
      <description>&lt;P&gt;Difference between z_control form is that&lt;/P&gt;&lt;P&gt;in z_control_form for if command = 'Forms_and_styles_initialize'.&lt;/P&gt;&lt;P&gt;clear form_header_urdtname is not present.&lt;/P&gt;&lt;P&gt;T_C is not having main window, I have created another window to print Terms and condition from so10 texts and next page's next is T_C.&lt;/P&gt;&lt;P&gt;So for now duplex printing is happening but there is an extra next page.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 18:50:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662664#M2015763</guid>
      <dc:creator>former_member768291</dc:creator>
      <dc:date>2023-05-16T18:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script Duplex printing Issue.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662665#M2015764</link>
      <description>&lt;P&gt;So, if I understand well "next page's next is T_C" (which I guess means "next's next page is T_C"), you're saying:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Page    Next    Print mode   Windows/Elements
-----   -----   ----------   ------------------
First   T_C     D            Main
T_C     Next                 no_main
Next    T_C     D            Main&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Why do you have Next's next page = T_C?&lt;/P&gt;&lt;P&gt;PS: having a page named "Next" makes any discussion about its next page difficult, you'd better give a semantic name (which refers to the contents, not to its position).&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 19:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-duplex-printing-issue/m-p/12662665#M2015764</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-05-17T19:37:00Z</dc:date>
    </item>
  </channel>
</rss>

