<?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 setting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173030#M123619</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;   Thanks.&lt;/P&gt;&lt;P&gt;  u have cleared my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the purpose od i_save = 'u'.&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;surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2006 06:02:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-02-01T06:02:37Z</dc:date>
    <item>
      <title>logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173024#M123613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends this is surekha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i posted 1 query about oss note 2 days back.thank u for ur response.&lt;/P&gt;&lt;P&gt; now i have a doubt.&lt;/P&gt;&lt;P&gt; how to set the logo in events block at alv.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 09:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173024#M123613</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173025#M123614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;  Just go through the demo programs bcalv* series it will solve all your queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;animesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 09:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173025#M123614</guid>
      <dc:creator>animesh_kumar2</dc:creator>
      <dc:date>2006-01-28T09:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173026#M123615</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 can set the logo in top_of_page event using &lt;/P&gt;&lt;P&gt;FM &amp;lt;b&amp;gt;REUSE_ALV_COMMENTARY_WRITE&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  call function 'REUSE_ALV_COMMENTARY_WRITE'
    exporting
      it_list_commentary = lt_list_commentary
      i_logo             = 'ENJOYSAP_LOGO'
      i_end_of_list_grid = space.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;you need to call this in top_of_page event of alv.&lt;/P&gt;&lt;P&gt;for reference check this program &amp;lt;b&amp;gt;BCALV_TEST_FULLSCREEN_EVENTS&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 09:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173026#M123615</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T09:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173027#M123616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surekha,&lt;/P&gt;&lt;P&gt;   When you are calling REUSE_ALV_GRID_DISPLAY function module you can display the image in top of the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. Diclare GT_Event internal table of type slis_t_event.&lt;/P&gt;&lt;P&gt;   2. Call fucntion module REUSE_ALV_EVENTS_GET to get the availble events for your ALV type.&lt;/P&gt;&lt;P&gt;   3. update form field of GT_Event with 'PAGE_TOP'(for ex:)where the name = slis_ev_top_of_page.&lt;/P&gt;&lt;P&gt;   4. Inside PAGE_TOP form you call function module REUSE_ALV_COMMENTARY_WRITE.&lt;/P&gt;&lt;P&gt;   5. Pass the image to i_logo parameter.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;   Still if you are not comfortble go through program &lt;/P&gt;&lt;P&gt;   BCALV_FULLSCREEN_DEMO.&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;   Meeru telugu ammaayi anukunta?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jaker.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jan 2006 09:47:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173027#M123616</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-28T09:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173028#M123617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi jaker.&lt;/P&gt;&lt;P&gt;u have cleared my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nenu telugu ammayine.&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 04:46:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173028#M123617</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T04:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173029#M123618</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;Look at the sample code............&lt;/P&gt;&lt;P&gt;**************&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;   i_callback_program      = i_repid&lt;/P&gt;&lt;P&gt;   i_callback_user_command = 'USER_COMMAND_PERNR'&lt;/P&gt;&lt;P&gt;   it_fieldcat             = header&lt;/P&gt;&lt;P&gt;   is_layout               = gt_layout&lt;/P&gt;&lt;P&gt;   i_callback_top_of_page  = 'TOP-OF-PAGE1'&lt;/P&gt;&lt;P&gt;   i_grid_title            = text-t06&lt;/P&gt;&lt;P&gt;   it_sort                 = gt_sort[]&lt;/P&gt;&lt;P&gt;   i_default               = 'X'&lt;/P&gt;&lt;P&gt;   i_save                  = 'U'&lt;/P&gt;&lt;P&gt;   is_variant              = gt_variant&lt;/P&gt;&lt;P&gt;   it_events               = gt_events&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;   t_outtab                = ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear itab.&lt;/P&gt;&lt;P&gt; endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Form TOP-OF-PAGE1&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form top-of-page1.&lt;/P&gt;&lt;P&gt;  data: header type slis_t_listheader,&lt;/P&gt;&lt;P&gt;  wa type slis_listheader. "infield like wa-info, nline type n.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; TITLE AREA&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  wa-typ = 'S'.&lt;/P&gt;&lt;P&gt;  wa-info = text-t04." Report Description&lt;/P&gt;&lt;P&gt;  append wa to header.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa-typ = 'S'.&lt;/P&gt;&lt;P&gt;  write sy-datum to wa-info MM/DD/YYYY.&lt;/P&gt;&lt;P&gt;  concatenate text-t03 wa-info into wa-info separated by space.&lt;/P&gt;&lt;P&gt;  append wa to header."Current Date&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa-typ = 'S'.&lt;/P&gt;&lt;P&gt;  concatenate text-t02 sy-UNAME into wa-info separated by space.&lt;/P&gt;&lt;P&gt;  append wa to header." User Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  wa-typ = 'S'.&lt;/P&gt;&lt;P&gt;  concatenate text-t01 sy-repid into wa-info separated by space.&lt;/P&gt;&lt;P&gt;  append wa to header."Report Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********"LOGO IN TOP OF PAGE&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 = header&lt;/P&gt;&lt;P&gt;            i_logo             = 'ENJOYSAP_LOGO1'.&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;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2006 05:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173029#M123618</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-31T05:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173030#M123619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;   Thanks.&lt;/P&gt;&lt;P&gt;  u have cleared my doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the purpose od i_save = 'u'.&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;surekha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 06:02:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173030#M123619</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T06:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: logo setting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173031#M123620</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_SAVE is used to save the LAYOUT settings.&lt;/P&gt;&lt;P&gt;I_SAVE Determines the options available to the user for saving a layout.&lt;/P&gt;&lt;P&gt; 'X': global saving only&lt;/P&gt;&lt;P&gt; 'U': user-specific saving only&lt;/P&gt;&lt;P&gt; 'A': corresponds to 'X' and 'U'&lt;/P&gt;&lt;P&gt; SPACE: no saving&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;If this helps you reward with points.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2006 06:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/logo-setting/m-p/1173031#M123620</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-02-01T06:40:57Z</dc:date>
    </item>
  </channel>
</rss>

