<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994764#M75016</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick is right you have inserted a period in wrong place:&lt;/P&gt;&lt;P&gt;&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;it_list_commentary = t_header. &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; It's wrong&lt;/P&gt;&lt;P&gt;i_logo = 'trv_96_3068a'.&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;it_list_commentary = t_header  &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; It's right&lt;/P&gt;&lt;P&gt;i_logo = 'trv_96_3068a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2005 14:14:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-10-05T14:14:12Z</dc:date>
    <item>
      <title>logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994761#M75013</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 ALV report i want to display the logo in top-of-page....please go through my coding once and tellme the mistake where it is.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;error showing me as...&lt;/P&gt;&lt;P&gt;Field "I_LOGO" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.		&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; call function 'REUSE_ALV_COMMENTARY_WRITE'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            it_list_commentary =  t_header.&lt;/P&gt;&lt;P&gt;            i_logo             = 'trv_96_3068a'.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and i upload the picture in OAER...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tell me how can i get the logo...in report..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;raju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 13:50:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994761#M75013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T13:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994762#M75014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;call function 'REUSE_ALV_COMMENTARY_WRITE'
exporting
&amp;lt;b&amp;gt;it_list_commentary = t_header.&amp;lt;/b&amp;gt;  &amp;lt;b&amp;gt;&amp;lt;-- REMOVE THIS PERIOD&amp;lt;/b&amp;gt;
i_logo = 'trv_96_3068a'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 13:55:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994762#M75014</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-10-05T13:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994763#M75015</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 should load your picture by trx smw0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logo can be display only in GRID and not LIST:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can find this logo by SMW0: choose binary data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 13:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994763#M75015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T13:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994764#M75016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hei raju&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rick is right you have inserted a period in wrong place:&lt;/P&gt;&lt;P&gt;&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;it_list_commentary = t_header. &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; It's wrong&lt;/P&gt;&lt;P&gt;i_logo = 'trv_96_3068a'.&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;it_list_commentary = t_header  &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; It's right&lt;/P&gt;&lt;P&gt;i_logo = 'trv_96_3068a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 14:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994764#M75016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T14:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994765#M75017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no display if i delete the . also...i think as u told me before in alv grid i have to do this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_list_commentary = t_header &amp;lt;----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; It's right&lt;/P&gt;&lt;P&gt;i_logo = 'trv_96_3068a'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying..&lt;/P&gt;&lt;P&gt;thnk u for quick reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 14:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994765#M75017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994766#M75018</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;The code is wrong so you should change it, but you're sure the logo is uploaded by right way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you should try to load the logo by SMW0, and after call it from your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 14:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994766#M75018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T14:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994767#M75019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will you please tellme the process of  load the logo by SMW0 ...i tried but failed to get....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once enter into the SMW0 then i have to select binary option then it is asking me for &lt;/P&gt;&lt;P&gt;    pacakage&lt;/P&gt;&lt;P&gt;    object name&lt;/P&gt;&lt;P&gt;    object description&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;and next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance..&lt;/P&gt;&lt;P&gt;raju.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 14:46:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994767#M75019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T14:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994768#M75020</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;excuse me I'm confused: trx SMW0 is to load the pictura for SAP initial screen (at right side).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right: transaction OAER is right so:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  Goto the transaction OAER &lt;/P&gt;&lt;P&gt;2.  Enter the class name as 'PICTURES' &lt;/P&gt;&lt;P&gt;3.  Enter the class type as 'OT' &lt;/P&gt;&lt;P&gt;4.  Enter the object key as the name of the logo you wish to give &lt;/P&gt;&lt;P&gt;5.  Execute &lt;/P&gt;&lt;P&gt;6.  Then in the new screen select Standard doc. types in &lt;/P&gt;&lt;P&gt; bottom window &lt;/P&gt;&lt;P&gt;     Click on the Screen icon  &lt;/P&gt;&lt;P&gt;     Now, it will ask for the file path where you have to upload the logo &lt;/P&gt;&lt;P&gt;7.  Now you can use this logo in REUSE_ALV_COMMENTARY_WRITE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: I try to load a picture (.GIF) and a picture (.BMP) and it works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: max bianchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2005 15:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo/m-p/994768#M75020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-05T15:04:26Z</dc:date>
    </item>
  </channel>
</rss>

