<?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: how to insert logo into scripts? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626228#M279816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use rxtxldmc program to upload logo&lt;/P&gt;&lt;P&gt;    use se78 .&lt;/P&gt;&lt;P&gt;  INCLUDE &amp;amp;T024E-TXKOP&amp;amp; OBJECT TEXT ID ADRS LANGUAGE   &lt;/P&gt;&lt;P&gt;    &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAP &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Sep 2006 09:08:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-15T09:08:17Z</dc:date>
    <item>
      <title>how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626223#M279811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to insert logo into scripts?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626223#M279811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626224#M279812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;1) I want to upload a coloured logo from my desktop to SAP

- Upload your logo via SE78.
- Select 'Import' button from application toolbar of SE78, and perform upload.

2) Then i want to upload that coloured Logo into my SAP Script output

- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:

/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150

3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:52:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626224#M279812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626225#M279813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;/:		BITMAP &amp;lt;b&amp;gt;LOGONAME&amp;lt;/b&amp;gt; OBJECT GRAPHICS ID BMAP TYPE BMON.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;LOGONAME&amp;lt;/b&amp;gt; is the logo name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626225#M279813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626226#M279814</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;You have to load the logo in SAP as std txt or graphic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as std text:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;LOGO&amp;gt; TEXT OBJECT TEXT ID ST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have loaded the logo as graphic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP &amp;lt;LOGO&amp;gt; OBJECT GRAPHICS ID BMAP TYPE BCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MAx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626226#M279814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626227#M279815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To insert logo in SAP script, follow the steps below:&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;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;or &lt;/P&gt;&lt;P&gt;In 4.6x :- &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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 08:57:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626227#M279815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T08:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626228#M279816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    use rxtxldmc program to upload logo&lt;/P&gt;&lt;P&gt;    use se78 .&lt;/P&gt;&lt;P&gt;  INCLUDE &amp;amp;T024E-TXKOP&amp;amp; OBJECT TEXT ID ADRS LANGUAGE   &lt;/P&gt;&lt;P&gt;    &amp;amp;EKKO-SPRAS&amp;amp; PARAGRAP &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2006 09:08:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626228#M279816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-15T09:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to insert logo into scripts?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626229#M279817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi i have seen u r reply ,&lt;/P&gt;&lt;P&gt;the other way of uploading  a logo in scripts is&lt;/P&gt;&lt;P&gt;GO TO tcode SE78&lt;/P&gt;&lt;P&gt;click on grapics and bitmap on the right side &lt;/P&gt;&lt;P&gt;fill the details of that image &lt;/P&gt;&lt;P&gt;name of the image and &lt;/P&gt;&lt;P&gt;select color or bitmap image&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;P&gt;from menu GRHAPIC-&amp;gt;IMPORT&lt;/P&gt;&lt;P&gt;IT WILL SHOW    a dialog box&lt;/P&gt;&lt;P&gt;give the path,desc and other detials&lt;/P&gt;&lt;P&gt; and click on OK button.&lt;/P&gt;&lt;P&gt;and  in scripts.&lt;/P&gt;&lt;P&gt;GO THE WINDOW editor.&lt;/P&gt;&lt;P&gt;place the cursor  and from menubar&lt;/P&gt;&lt;P&gt;INSERT-&amp;gt;GRAPHICS&lt;/P&gt;&lt;P&gt;GIVE  THE  NAME OF THE FILE AND OTHER DETAILS&lt;/P&gt;&lt;P&gt;AND CLICK ON OK&lt;/P&gt;&lt;P&gt;RUN THE TCODE TO SEE YOUR LOGO&lt;/P&gt;&lt;P&gt;ALL THE BEST&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2006 13:04:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-insert-logo-into-scripts/m-p/1626229#M279817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-11T13:04:07Z</dc:date>
    </item>
  </channel>
</rss>

