<?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: scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040285#M419449</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;In se71, Pages, IN print attributes, Give 'D' as print mode (Douplex back to back print)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 12:31:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T12:31:59Z</dc:date>
    <item>
      <title>scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040282#M419446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Hi,&lt;/P&gt;&lt;P&gt;in scripts i got arequirement to  print terms and conditions at back side of every&lt;/P&gt;&lt;P&gt;page how can i print&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sateesh&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 06:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040282#M419446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T06:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040283#M419447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sateesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use DUPLEX mode in script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto Pages in Script and in Print Attributes try Print mode 'D' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/90/78f07e030211d399b90000e83dd9fc/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2005vp/helpdata/en/90/78f07e030211d399b90000e83dd9fc/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf" target="test_blank"&gt;http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040283#M419447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040284#M419448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi !!&lt;/P&gt;&lt;P&gt;      Please follow following procedure : &lt;/P&gt;&lt;P&gt;   I would suggest that you create separate SAPSCRIPT Form for the Terms and conditions and call that right after the PO main Script. It gives the flexibility in calling the same SCRIPT  for other documents also, as generally these are the same Terms and Conditions for all the documents that a company uses.However if you want to make it document specific you can include the text elements in your currentsapscript also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can have the Terms and Conditions stored as long texts in SO10 (Standard Text, TDOBJECT - TEXT and TDID - ST and TEXTNAME - Whatever name you want to give). This way if you want to change the text, its easy to change and you can transport the changes using program RSTXTRAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can insert / call this  text element in the script form, and the general attributes of the text change the type to "Include Text". This will  enter the parameter values of Object, ID and name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will automatically print the entire long text on the script , we just need to make sure that this is a part of the main window of the script as the text might run into multiple pages.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please let me know if you have any more issues in this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 11:57:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040284#M419448</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T11:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040285#M419449</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;In se71, Pages, IN print attributes, Give 'D' as print mode (Douplex back to back print)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 12:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040285#M419449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T12:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040286#M419450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go through this link,which ll give you clear idea about the duplex printing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf" target="test_blank"&gt;http://solutions.brother.com/Library/pdf/SAP_install_latest.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/sapscript-question.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/sapscript-question.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 12:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts/m-p/2040286#M419450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T12:55:58Z</dc:date>
    </item>
  </channel>
</rss>

