<?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: LOGO UPLOAD in SAP SCRIPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218944#M476174</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;no need to code write_form in the print program for the LOGO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create a window ... then goto the editor of that window .. goto menu bar --insert  --&amp;gt; graphics ... a pop up screen will come ... here can select a any available LOGO with F4 functionlity....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 09:46:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-08T09:46:05Z</dc:date>
    <item>
      <title>LOGO UPLOAD in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218941#M476171</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;I have created a window for LOGO and written the following code in the line editor,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP SAMPLE OBJECT GRAPHICS ID BCOL LANGUAGE EN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i have called the FM in the report program,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'WRITE_FORM'&lt;/P&gt;&lt;P&gt;     EXPORTING&lt;/P&gt;&lt;P&gt;         ELEMENT       = 'SAMPLE'&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        FUNCTION      = 'SET'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        TYPE          = 'BODY'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;         WINDOW        = 'LOGO'&lt;/P&gt;&lt;P&gt;     EXCEPTIONS&lt;/P&gt;&lt;P&gt;          ELEMENT       = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the logo is not being displayed. i have uploaded it using SE78.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:33:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218941#M476171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: LOGO UPLOAD in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218942#M476172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey try this !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Command in your Sapscript&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sachin soni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218942#M476172</guid>
      <dc:creator>sachin_soni</dc:creator>
      <dc:date>2007-05-08T09:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOGO UPLOAD in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218943#M476173</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;for logos you need not call the write_form using element. Just call the window that's enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First check whether you have uploaded it properly or not. Check the print preview in SE78. if that is coming properly then insert the logo into script using INSERT --&amp;gt; GRAPHICS in the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the printing test in the Utilities of the form. The logo will be displayed with out calling from Driver Program....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:44:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218943#M476173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: LOGO UPLOAD in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218944#M476174</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;no need to code write_form in the print program for the LOGO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just create a window ... then goto the editor of that window .. goto menu bar --insert  --&amp;gt; graphics ... a pop up screen will come ... here can select a any available LOGO with F4 functionlity....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if it is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 09:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218944#M476174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T09:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOGO UPLOAD in SAP SCRIPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218945#M476175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manjunath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks... It worked &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks everyone &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 10:02:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-upload-in-sap-script/m-p/2218945#M476175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-08T10:02:11Z</dc:date>
    </item>
  </channel>
</rss>

