<?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: Duplex printing script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142833#M990495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandralekha,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Can you please give me the sytax for calculating the mod of page number in the layout text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot...&lt;/P&gt;&lt;P&gt;sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Jul 2008 13:40:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-23T13:40:18Z</dc:date>
    <item>
      <title>Duplex printing script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142830#M990492</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;  I have requirement for a customer Acct statement form, wherein I have to print different footers on alternate pages.. say like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's a duplex printing script.&lt;/P&gt;&lt;P&gt;for each customer statements, the first page should have a footer "Contd on reverse" and the second should have "contd.."&lt;/P&gt;&lt;P&gt;and again the third "Contd on reverse".&lt;/P&gt;&lt;P&gt;I.e for even pages it's "Contd on reverse"&lt;/P&gt;&lt;P&gt;and for odd pages it's "contd..".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose we can manage using the PAGE variable.&lt;/P&gt;&lt;P&gt;Can you provide some help on how to go about this logic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:08:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142830#M990492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Duplex printing script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142831#M990493</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;Based on the page number try to print the footer. Try to define the text elements in the same window. In driver program, try to keep if condition based on page number then print the correspoding text elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;In driver program-&amp;gt; calling Text elemnts-&amp;gt; keep this code in Text element in script.&lt;/P&gt;&lt;P&gt;consider the MOD of page No by 2.&lt;/P&gt;&lt;P&gt;If it is Zero&lt;/P&gt;&lt;P&gt;print that 'Conttd on reverse'.&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;print 'Contd'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Chandralekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142831#M990493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Duplex printing script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142832#M990494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well you CAN use the page variable.&lt;/P&gt;&lt;P&gt;But there is another way i which i sense is a bit easier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in Sap-Script you got PAGES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what about copying your page NEXT (hope you have such) to a page next_straight.&lt;/P&gt;&lt;P&gt;you should then have NEXT a following page in page FIRST, while NOW comes the clue.&lt;/P&gt;&lt;P&gt;following page of page next is not next like before but its next_straight.&lt;/P&gt;&lt;P&gt;and following page of next_straight is next.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now you can change the footer of either page next or next_straight to the desired footer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 11:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142832#M990494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T11:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Duplex printing script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142833#M990495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chandralekha,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  Can you please give me the sytax for calculating the mod of page number in the layout text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks a lot...&lt;/P&gt;&lt;P&gt;sheetal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Jul 2008 13:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/duplex-printing-script/m-p/4142833#M990495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-23T13:40:18Z</dc:date>
    </item>
  </channel>
</rss>

