<?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: print script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519462#M570156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From the page layout screen you need to go into the other attributes area. It is the button to the right of the page drop-down. At the bottom there is a print attributes section. You will need to enter the resource name (I got mine from the BASIS people) and put a D in the print mode box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another note, you need to make sure that your form is an even number of pages. Otherwise, if you are printing a series of forms the first page will print on the back of the last page of the previous form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Print parameters.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jul 2007 05:51:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-11T05:51:37Z</dc:date>
    <item>
      <title>print script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519461#M570155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we print the data backside on a page in script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp; how can give data&lt;/P&gt;&lt;P&gt;like terms @conditions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:45:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519461#M570155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: print script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519462#M570156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From the page layout screen you need to go into the other attributes area. It is the button to the right of the page drop-down. At the bottom there is a print attributes section. You will need to enter the resource name (I got mine from the BASIS people) and put a D in the print mode box. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another note, you need to make sure that your form is an even number of pages. Otherwise, if you are printing a series of forms the first page will print on the back of the last page of the previous form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set Print parameters.&lt;/P&gt;&lt;P&gt;Reward if useful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:51:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519462#M570156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:51:37Z</dc:date>
    </item>
    <item>
      <title>Re: print script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519463#M570157</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;Duplex printing will solve your proble. But please note that duplex printing is supported with only few prints and verify whether it is available with yours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You define a first page named FIRST for a form to be printed in duplex mode. You therefore set the Print mode in FIRST to D. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make the duplex printing work correctly, you must define a second page REMITPAG in which Print mode is left empty. In the form definition, you specify REMITPAG as the follow-on page for FIRST and for itself as well. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIRST switches the printer to duplex mode and forces printing of the first page on the front side of a new sheet. REMITPAG accepts the duplex mode and sends no further mode print controls to the printer. The printer therefore alternately prints REMITPAG pages on the fronts and backs of sheets. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its clearly defined in the below link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/90/78f07e030211d399b90000e83dd9fc/content.htm&lt;/A&gt;&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; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:54:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519463#M570157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: print script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519464#M570158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Use the &amp;lt;b&amp;gt;Print Mode = DUPLEX   &amp;lt;/b&amp;gt; for printing front and Back of a paper &lt;/P&gt;&lt;P&gt;you can see this attribute in the PAGE attributes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:56:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/print-script/m-p/2519464#M570158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-11T05:56:08Z</dc:date>
    </item>
  </channel>
</rss>

