<?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: function module  for logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567263#M256264</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 sapscript use the menu path 'INSERT--&amp;gt;GRAPHICS' to add logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms add the 'GRAPHICS NODE' and select the logo using f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to upload logo use the tcode 'SE78' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: HRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2006 06:46:39 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2006-09-21T06:46:39Z</dc:date>
    <item>
      <title>function module  for logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567262#M256263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt; all &lt;/P&gt;&lt;P&gt;by which function module logo can be attached in the &lt;/P&gt;&lt;P&gt;sap script or smartform&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567262#M256263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: function module  for logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567263#M256264</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 sapscript use the menu path 'INSERT--&amp;gt;GRAPHICS' to add logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smartforms add the 'GRAPHICS NODE' and select the logo using f4 help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to upload logo use the tcode 'SE78' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: HRA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2006 06:46:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567263#M256264</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-09-21T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: function module  for logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567264#M256265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i don't think there is any fm for that u have to follow up procedure for that...&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>Thu, 21 Sep 2006 06:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-logo/m-p/1567264#M256265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-21T06:48:47Z</dc:date>
    </item>
  </channel>
</rss>

