<?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: SAPScripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235375#M140624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have two scripts but only one print program.&lt;/P&gt;&lt;P&gt;You can call two scripts in one program as follow:&lt;/P&gt;&lt;P&gt;      open_form.&lt;/P&gt;&lt;P&gt;         .....&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;for the back page&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    	  start_form.&lt;/P&gt;&lt;P&gt;          ....&lt;/P&gt;&lt;P&gt;     	  end_form.&lt;/P&gt;&lt;P&gt;            ....&lt;/P&gt;&lt;P&gt;      close_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not work on duplex, but as per documentation you need to set print mode for front page( first script)&lt;/P&gt;&lt;P&gt;as duplex the back page will be default i.e, space. &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;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Mar 2006 20:23:28 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-15T20:23:28Z</dc:date>
    <item>
      <title>SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235370#M140619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;i need to develop a sapscript for duplex printing, wherein front page is Landscape oriented n back page is Portrait. &lt;/P&gt;&lt;P&gt;1. Is it possible??&lt;/P&gt;&lt;P&gt;2. Please explain briefly the steps required for DUPLEX printing using SAPSCRIPT/SMARTFORMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ur valuable inputs awaited.&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 20:11:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235370#M140619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T20:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235371#M140620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes you can get the duplex printing from both script &amp;amp; smartform provided your printer has the settings.&lt;/P&gt;&lt;P&gt;In the script &lt;/P&gt;&lt;P&gt;Page standard attributes,you have print mode.give it as "D".&lt;/P&gt;&lt;P&gt;In smartforms&lt;/P&gt;&lt;P&gt;Page--&amp;gt;Output options,it has the same thing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 20:14:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235371#M140620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T20:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235372#M140621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bikesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your Requirement :&lt;/P&gt;&lt;P&gt; Front page is Landscape oriented n back page is Portrait &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       ---I am not sure about Scripts. But you can do it in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;YOu can set page orientation at &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PAGE&lt;DEL&gt;&amp;gt; Output Options&lt;/DEL&gt;&amp;gt; Page format (Landscape/Ptrait)&lt;/P&gt;&lt;P&gt; --&amp;gt; Print Mode --D for Duplex.&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;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 20:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235372#M140621</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T20:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235373#M140622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the smart forms it&amp;#146;s simple since you can set the orientation at Page level.&lt;/P&gt;&lt;P&gt;Define two pages front page with Landscape oriented n back page is Portrait.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for the scripts orientation is not defined at page level, entire form has same orientation, its either portrait or landscape. To get the different orientation for the back page, define a new script/form which contains back page with portrait orientation. Call this form using start_form function module from first page layout printing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Mar 2006 22:04:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235373#M140622</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-14T22:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235374#M140623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Vamshi,&lt;/P&gt;&lt;P&gt;if i generate 2 sapscripts for my document, is it possible that i get these 2 to get printed in the same sheet??, ie via duplex printing??? if yes, then how??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Bikash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 09:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235374#M140623</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T09:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235375#M140624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have two scripts but only one print program.&lt;/P&gt;&lt;P&gt;You can call two scripts in one program as follow:&lt;/P&gt;&lt;P&gt;      open_form.&lt;/P&gt;&lt;P&gt;         .....&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;for the back page&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    	  start_form.&lt;/P&gt;&lt;P&gt;          ....&lt;/P&gt;&lt;P&gt;     	  end_form.&lt;/P&gt;&lt;P&gt;            ....&lt;/P&gt;&lt;P&gt;      close_form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did not work on duplex, but as per documentation you need to set print mode for front page( first script)&lt;/P&gt;&lt;P&gt;as duplex the back page will be default i.e, space. &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;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Mar 2006 20:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscripts/m-p/1235375#M140624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-15T20:23:28Z</dc:date>
    </item>
  </channel>
</rss>

