<?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 sap scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538754#M576663</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for background images uploading which files can we use,for logo images what file we can use .&lt;/P&gt;&lt;P&gt;can we upload jpg files in script and smart forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2007 14:17:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-15T14:17:00Z</dc:date>
    <item>
      <title>sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538754#M576663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for background images uploading which files can we use,for logo images what file we can use .&lt;/P&gt;&lt;P&gt;can we upload jpg files in script and smart forms.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 14:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538754#M576663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T14:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538755#M576664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please check this link&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1565227"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538755#M576664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538756#M576665</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;Save a Logo using Paintshop Pro or Corel Draw as Tiff file. Use RSTXLDMC to convert the logo to standard text in SapScript. When the program is executed, the path and file name have to be correctly specified. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Process could be like the following: &lt;/P&gt;&lt;P&gt;Run RSTXLDMC &lt;/P&gt;&lt;P&gt;Enter file name C:\MAIL\COMPLOGO.TIF &lt;/P&gt;&lt;P&gt;Resolution for Tiff file &lt;/P&gt;&lt;P&gt;Absolute X-position &lt;/P&gt;&lt;P&gt;Absolute Y-position &lt;/P&gt;&lt;P&gt;Absolute positioning &lt;/P&gt;&lt;P&gt;Reserved height &lt;/P&gt;&lt;P&gt;Shift to right &lt;/P&gt;&lt;P&gt;UOM = CM &lt;/P&gt;&lt;P&gt;Text title &lt;/P&gt;&lt;P&gt;Line width for text = 132 &lt;/P&gt;&lt;P&gt;Text name ZHEX-MACRO-COMPLOGO &lt;/P&gt;&lt;P&gt;Text ID ST &lt;/P&gt;&lt;P&gt;Text language = E &lt;/P&gt;&lt;P&gt;Postscript scaling &lt;/P&gt;&lt;P&gt;Width &amp;amp; Height according to PS scaling &lt;/P&gt;&lt;P&gt;Number of Tiff gray levels (2,4,9) 2 &lt;/P&gt;&lt;P&gt;Then Create a new window 'COMP' with attributes; &lt;/P&gt;&lt;P&gt;Window COMP description Company Logo &lt;/P&gt;&lt;P&gt;Window type CONST &lt;/P&gt;&lt;P&gt;Left margin 7.00 CH window width 10.00 CH &lt;/P&gt;&lt;P&gt;Upper margin LN window height 8.00 LN &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the text element , mention &lt;/P&gt;&lt;P&gt;/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...', the logo may not be printed! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will not be able to see the logo in a test print. The same will be printed in actual printout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using two logos in the same layout, the names of the logos should be unique. Say 'ZHEX-MACRO-LOGO1' and 'ZHEX-MACRO-LOGO2'. Else all the information will be overwritten. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the logo is not EXACTLY TIFF 6.0, the same will not be printed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See OSS notes &amp;lt;b&amp;gt;5995, 18045, 39031&amp;lt;/b&amp;gt; for some inputs. &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>Fri, 20 Jul 2007 12:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538756#M576665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538757#M576666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Upload your image(GIF/BMP/JPEG) in SE78 Transaction and created transport request using the BUS Button. and transpor it to other server.&lt;/P&gt;&lt;P&gt;  Background Image RSTXLDMC with TIFF format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nandha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2007 12:50:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/2538757#M576666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-20T12:50:48Z</dc:date>
    </item>
  </channel>
</rss>

