<?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 Logo : SAP Script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940865#M63141</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 want to insert my company logo in SAP SCRIPT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Am newbie to SAPSCript .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am facing prob's in the foll areas.&lt;/P&gt;&lt;P&gt; 1)While running the pgm  'RSTXLDMC' and give the path of my TIF File ,the foll error is thrown...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Load File&lt;/P&gt;&lt;P&gt; c:\dsf.tif&lt;/P&gt;&lt;P&gt; The file contains 22,380 bytes&lt;/P&gt;&lt;P&gt; This is not a TIFF file byte order &amp;lt;&amp;gt; 11 /MM &lt;/P&gt;&lt;P&gt; Only TIFF files can be uploaded for type BCOL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to chage the extension of my logo from tif to tiff,but that ext type is not supported in my system.&lt;/P&gt;&lt;P&gt;Wht is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If uploaded successfully,Where this files will get stored .I mean in which table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Can we insert this in my std text i.e) SO10 trans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valuable pts will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Aug 2005 06:25:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-31T06:25:08Z</dc:date>
    <item>
      <title>Logo : SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940865#M63141</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 want to insert my company logo in SAP SCRIPT.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Am newbie to SAPSCript .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I am facing prob's in the foll areas.&lt;/P&gt;&lt;P&gt; 1)While running the pgm  'RSTXLDMC' and give the path of my TIF File ,the foll error is thrown...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Load File&lt;/P&gt;&lt;P&gt; c:\dsf.tif&lt;/P&gt;&lt;P&gt; The file contains 22,380 bytes&lt;/P&gt;&lt;P&gt; This is not a TIFF file byte order &amp;lt;&amp;gt; 11 /MM &lt;/P&gt;&lt;P&gt; Only TIFF files can be uploaded for type BCOL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to chage the extension of my logo from tif to tiff,but that ext type is not supported in my system.&lt;/P&gt;&lt;P&gt;Wht is the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) If uploaded successfully,Where this files will get stored .I mean in which table ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Can we insert this in my std text i.e) SO10 trans&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Valuable pts will be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Advance thanks,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 06:25:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940865#M63141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-31T06:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Logo : SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940866#M63142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;How to Upload graphics (IMAGE) to your Sapscript? &lt;/P&gt;&lt;P&gt;Command in your Sapscript &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These are the steps to be followed for uploading graphics in R/3 system  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.   First save the file as BMP  &lt;/P&gt;&lt;P&gt;2.   Open the BMP file in IMaging (Goto -&amp;gt; Programs -&amp;gt; Accessories -&amp;gt; Imaging) and  &lt;/P&gt;&lt;P&gt;      make it Zoom as 100% and save as *.TIFF  &lt;/P&gt;&lt;P&gt;3.   Open SE38 and execute program RSTXLDMC &lt;/P&gt;&lt;P&gt;4.   Give your TIFF file path name  &lt;/P&gt;&lt;P&gt;5.   Select Bcol (for Color)  &lt;/P&gt;&lt;P&gt;6.   TEXT ID will be ZHEX-MACRO-*.  &lt;/P&gt;&lt;P&gt;7.   Inplace of * write your own logo name (ZCOMPANYLOGO)  &lt;/P&gt;&lt;P&gt;8.   Execute the program  &lt;/P&gt;&lt;P&gt;9.   Now Goto SE71 create your ZFORM  &lt;/P&gt;&lt;P&gt;10. Create logo window  &lt;/P&gt;&lt;P&gt;11. Goto text element of logo window  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In 4.6x :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Goto SE71 Change the mode to GRAPHICAL  &lt;/P&gt;&lt;P&gt;2.  Choose the Graph Tabstrips &lt;/P&gt;&lt;P&gt;3.  Now type in some name for the LOGO WINDOW  &lt;/P&gt;&lt;P&gt;4.  Press the IMPORT BUTTON and then IMPORT the BMP file from your DESKTOP  &lt;/P&gt;&lt;P&gt;5.  The code will be written automatically. You just need to drag and drop wherever you want &lt;/P&gt;&lt;P&gt;     the graphics to be.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that in 4.6c onwards, you can also used Windows Bitmap file ( .BMP). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/ts001.htm" target="test_blank"&gt;http://www.sap-img.com/ts001.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer the above links.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 06:28:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940866#M63142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-31T06:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: Logo : SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940867#M63143</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;How to Print TIF image in SAP Script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To print image, you have to import a tif file from your local hardisk via the SAP abap program RSTXLDMC. &lt;/P&gt;&lt;P&gt;In the sap script, add in the following script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;: / INCLUDE ZLOGO OBJECT TEXT ID ST LANGUAGE EN. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tested in 4.6x &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to transaction SE78. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the path given below (on the left windows box) :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPSCRIPT GRAPHICS --&amp;gt; STORED ON DOCUMENT SERVER --&amp;gt; GRAPHICS --&amp;gt; BMAP &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter the name of the graphics file on the right side and Go to the menu GRAPHIC --&amp;gt; IMPORT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Refer this link,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.henrikfrank.dk/abapexamples/SapScript/using_graphics.htm" target="test_blank"&gt;http://www.henrikfrank.dk/abapexamples/SapScript/using_graphics.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards,&lt;/P&gt;&lt;P&gt;Ruthra.R&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Ruthra&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 06:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940867#M63143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-31T06:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Logo : SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940868#M63144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can insert the logo as a graphic ( Tr.code SE78 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Svetlin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Aug 2005 06:36:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-sap-script/m-p/940868#M63144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-31T06:36:37Z</dc:date>
    </item>
  </channel>
</rss>

