<?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: LOGOS in SAPSCRIPT? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809275#M656687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to import logo in scripts the logo must be present in documentation server for that we use a transaction called SE78 and the type of logos we can upload using SE78 are .BMP and .TIFF. If your logo is .TIFF then you can use RSTXLDMC program.Other than these it's not possible to upload we have to convert it into .BMP or .TIFF on local system.This is in case of logos in  scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to insert logo in ALV reports use OAER transaction.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if helpful reward some points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Oct 2007 11:41:11 GMT</pubDate>
    <dc:creator>suredarreddy_pulimamidi</dc:creator>
    <dc:date>2007-10-05T11:41:11Z</dc:date>
    <item>
      <title>LOGOS in SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809271#M656683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i use logos in sapscript in this way:&lt;/P&gt;&lt;P&gt;1. convert jpg to tif.&lt;/P&gt;&lt;P&gt;2. import this via RSTXLDMC as an standarttext&lt;/P&gt;&lt;P&gt;3. in sapscript i use INCLUDE ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this works OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question: is there another way to do this? What about OAOR with&lt;/P&gt;&lt;P&gt;PICTURES and OT (I use this for ALV). Can i use SE78?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:53:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809271#M656683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: LOGOS in SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809272#M656684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through the following Procedure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to upload a coloured logo from my desktop to SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Upload your logo via SE78.&lt;/P&gt;&lt;P&gt;- Select 'Import' button from application toolbar of SE78, and perform upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then i want to upload that coloured Logo into my SAP Script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:56:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809272#M656684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: LOGOS in SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809273#M656685</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;u can do this via SE78 tx also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way;&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 (third button from left) 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 10:58:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809273#M656685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T10:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: LOGOS in SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809274#M656686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vasu,&lt;/P&gt;&lt;P&gt;i have tried as you said, but i can only import bmp of tif graphiks.&lt;/P&gt;&lt;P&gt;So i have to convert jpg in bmp or tif.&lt;/P&gt;&lt;P&gt;Is'nt there a way to use jpg directly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809274#M656686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-05T11:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: LOGOS in SAPSCRIPT?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809275#M656687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to import logo in scripts the logo must be present in documentation server for that we use a transaction called SE78 and the type of logos we can upload using SE78 are .BMP and .TIFF. If your logo is .TIFF then you can use RSTXLDMC program.Other than these it's not possible to upload we have to convert it into .BMP or .TIFF on local system.This is in case of logos in  scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to insert logo in ALV reports use OAER transaction.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;if helpful reward some points.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Oct 2007 11:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logos-in-sapscript/m-p/2809275#M656687</guid>
      <dc:creator>suredarreddy_pulimamidi</dc:creator>
      <dc:date>2007-10-05T11:41:11Z</dc:date>
    </item>
  </channel>
</rss>

