<?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: Insert the logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221310#M768223</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to print logo in the ordinary report, but it can done through ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code in Top-of-page event in ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the code for inserting the logo in ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP_OF_PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;I_LOGO = 'ENJOYSAP_LOGO' &lt;/P&gt;&lt;P&gt;IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if it is helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jan 2008 10:34:03 GMT</pubDate>
    <dc:creator>mahaboob_pathan</dc:creator>
    <dc:date>2008-01-04T10:34:03Z</dc:date>
    <item>
      <title>Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221307#M768220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wanto insert our logo in the standard format of the purchase order right, before that i made the z file ok, in that z file i want to insert our logo, how to do the same and let me know in details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls do the needful urgently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:07:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221307#M768220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T08:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221308#M768221</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;Use transaction SE78 to import graphics to SAP.&lt;/P&gt;&lt;P&gt;In the form painter, you can either include directly to the&lt;/P&gt;&lt;P&gt;form using menu Edit-&amp;gt;Graphic-&amp;gt;Create or using the INCLUDE&lt;/P&gt;&lt;P&gt;statement in a window.&lt;/P&gt;&lt;P&gt;To use an INCLUDE statement, goto into the window script&lt;/P&gt;&lt;P&gt;editor and use menu Include-&amp;gt;Graphic. The include can look&lt;/P&gt;&lt;P&gt;like this for a bitmap:&lt;/P&gt;&lt;P&gt;/: BITMAP MYLOGO OBJECT GRAPHICS ID BMAP TYPE BMON&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use report RSTXLDMC&lt;/P&gt;&lt;P&gt;You run the report RSTXLDMC, give your logo(Saved as .tif&lt;/P&gt;&lt;P&gt;file) in the parameter and run the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Go to Se71 and include the image from the text&lt;/P&gt;&lt;P&gt;elements. For this you go to the Page windows. Press the&lt;/P&gt;&lt;P&gt;text elements button and the include the logo(Which actually&lt;/P&gt;&lt;P&gt;has been saved as a TEXT)  using Insert-&amp;gt;Text-STandard.&lt;/P&gt;&lt;P&gt;Choose your LOGO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Vadi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:20:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221308#M768221</guid>
      <dc:creator>i048168</dc:creator>
      <dc:date>2008-01-04T08:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221309#M768222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;good&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you have copied a standard purchase order to a z* purchase order than you can use RSTXLDMC or se78 to upload a logo in a particular area of that z* form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its bit confusing why you have created a file , pls try one of the above think , your problem will solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;mrutyun^&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 08:23:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221309#M768222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-04T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221310#M768223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not possible to print logo in the ordinary report, but it can done through ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code in Top-of-page event in ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the code for inserting the logo in ALV. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM TOP_OF_PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' &lt;/P&gt;&lt;P&gt;EXPORTING &lt;/P&gt;&lt;P&gt;I_LOGO = 'ENJOYSAP_LOGO' &lt;/P&gt;&lt;P&gt;IT_LIST_COMMENTARY = GT_LIST_TOP_OF_PAGE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDFORM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if it is helpful...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221310#M768223</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-01-04T10:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Insert the logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221311#M768224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;SAP SCRIPT LOGO PRINTING&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To create a logo in SAP printouts just do the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Save a Logo using Imaging, Paint shop Pro or Corel Draw as Tiff file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Run program RSTXLDMC and enter the following parameters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enter file name C:\COMPLOGO.TIF&lt;/P&gt;&lt;P&gt;UOM CM&lt;/P&gt;&lt;P&gt;Line width for text 132&lt;/P&gt;&lt;P&gt;Text name ZHEX-MACRO-COMPLOGO&lt;/P&gt;&lt;P&gt;Text ID ST&lt;/P&gt;&lt;P&gt;Text language = E&lt;/P&gt;&lt;P&gt;Number of Tiff gray levels (2,4,9) 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Then Create a new window 'COMP' with attributes; &lt;/P&gt;&lt;P&gt;Window COMP description Company Logo&lt;/P&gt;&lt;P&gt;Left margin 7.00 CH window width 10.00 CH&lt;/P&gt;&lt;P&gt;Upper margin LN window height 8.00 LN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally in the text element, mention&lt;/P&gt;&lt;P&gt;/: INCLUDE 'ZHEX-MACRO-COMPLOGO' OBJECT TEXT ID ST LANGUAGE 'E'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that if object name is not indicated as 'ZHEX...&amp;#146; the logo may not be printed! &lt;/P&gt;&lt;P&gt;You will not be able to see the logo in a test print. The same will be printed in actual printout. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jan 2008 10:38:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-the-logo/m-p/3221311#M768224</guid>
      <dc:creator>mahaboob_pathan</dc:creator>
      <dc:date>2008-01-04T10:38:45Z</dc:date>
    </item>
  </channel>
</rss>

