<?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 Missing Refresh button on ALV Grid Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645542#M1763532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an ALV Grid report that displays BOM Change Documents, using function &lt;SPAN class="L0S33"&gt;'REUSE_ALV_GRID_DISPLAY'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I basically copied and modified a program written earlier by another programmer for a completely different application.&lt;/P&gt;&lt;P&gt;I've got everything working except for one thing.&amp;nbsp; The Refresh icon does not appear on the tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;In the GUI Status definition I can see &amp;amp;REFRESH defined as the 3rd item.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;I know that icons can be excluded by passing them to &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'REUSE_ALV_GRID_DISPLAY' in parameter &lt;/SPAN&gt;&lt;BR /&gt;it_excluding, but &lt;SPAN class="L0S33"&gt;&amp;amp;REFRESH&amp;nbsp; is not being explicitly excluded.&amp;nbsp; All of the other standard icons appear on the toolbar, and I have even been able to add custom buttons of my own.&amp;nbsp; For example I allow the user to jump to CS02 to edit the BOM and return to the ALV list.&amp;nbsp; I have also been successful at creating my own replacement for the standard refresh button, (created as &amp;amp;ZREFRESH ), and written some additional code to force the screen to update. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Does anyone know what may be preventing the standard &amp;amp;REFRESH button from appearing ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 01:15:00 GMT</pubDate>
    <dc:creator>mike_rupp</dc:creator>
    <dc:date>2013-07-12T01:15:00Z</dc:date>
    <item>
      <title>Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645542#M1763532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created an ALV Grid report that displays BOM Change Documents, using function &lt;SPAN class="L0S33"&gt;'REUSE_ALV_GRID_DISPLAY'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I basically copied and modified a program written earlier by another programmer for a completely different application.&lt;/P&gt;&lt;P&gt;I've got everything working except for one thing.&amp;nbsp; The Refresh icon does not appear on the tool bar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;In the GUI Status definition I can see &amp;amp;REFRESH defined as the 3rd item.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;I know that icons can be excluded by passing them to &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'REUSE_ALV_GRID_DISPLAY' in parameter &lt;/SPAN&gt;&lt;BR /&gt;it_excluding, but &lt;SPAN class="L0S33"&gt;&amp;amp;REFRESH&amp;nbsp; is not being explicitly excluded.&amp;nbsp; All of the other standard icons appear on the toolbar, and I have even been able to add custom buttons of my own.&amp;nbsp; For example I allow the user to jump to CS02 to edit the BOM and return to the ALV list.&amp;nbsp; I have also been successful at creating my own replacement for the standard refresh button, (created as &amp;amp;ZREFRESH ), and written some additional code to force the screen to update. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S33"&gt;Does anyone know what may be preventing the standard &amp;amp;REFRESH button from appearing ?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 01:15:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645542#M1763532</guid>
      <dc:creator>mike_rupp</dc:creator>
      <dc:date>2013-07-12T01:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645543#M1763533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the FM &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;&amp;nbsp;&amp;nbsp; i_callback_program&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = ws_program&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; i_callback_user_command&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = 'USER_COMMAND'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; is_layout&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = i_layout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; it_fieldcat&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = i_fieldcat&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;gt;&amp;gt; it_excluding&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = i_exclude &amp;lt;&amp;lt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It could be passing it here remove this and it will come&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 05:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645543#M1763533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-12T05:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645544#M1763534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohammed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but I already know about parameter &lt;STRONG&gt;it_excluding.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In fact, I mentioned it in my original post and stated that &lt;SPAN class="L0S33"&gt;&lt;STRONG&gt;&amp;amp;REFRESH&lt;/STRONG&gt; is not being passed in this parameter.&amp;nbsp; Any other ideas ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 15:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645544#M1763534</guid>
      <dc:creator>mike_rupp</dc:creator>
      <dc:date>2013-07-12T15:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645545#M1763535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you paste code where you are calling "REUSE_ALV_GRID_DISPLAY". Need to check the parameters you are passing to this FM. Are you passing parameter "&lt;SPAN style="font-size: 10pt;"&gt;it_event_exit&lt;/SPAN&gt;" and "&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;i_callback_pf_status_set"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial; font-size: 14px; background-color: #ffffff;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 16:12:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645545#M1763535</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2013-07-12T16:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645546#M1763536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the standard button, do one thing: In the GUI status window, Go to File-&amp;gt; Generate. Then Activate the thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arpan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jul 2013 18:38:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645546#M1763536</guid>
      <dc:creator>Saha_Arpan</dc:creator>
      <dc:date>2013-07-14T18:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645547#M1763537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the delay and also for the reply here is a snapshot from the FM Documentation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u have to make use of USER COMMAND&lt;/P&gt;&lt;P&gt;FU REUSE_ALV_GRID_DISPLAY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I_CALLBACK_PF_STATUS_SET&lt;/P&gt;&lt;P&gt;____________________________________________________&lt;/P&gt;&lt;P&gt;Text&lt;/P&gt;&lt;P&gt;Set EXIT routine to status&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Passing an EXIT routine indicates to the ALV that the &lt;STRONG&gt;caller wants to set a self-defined user status.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a result, the default status of the ALV is not set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interface of the form routine specified must be defined as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;FORM set_pf_status USING rt_extab TYPE slis_t_extab&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table RT_EXTAB contains the function codes that would be hidden on the standard user interface.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the caller wants to use a self-defined user interface (for example, in order to provide additional list functions or use existing functions), we recommend that you copy standard status STANDARD from function group SALV and modify it accordingly. ALV standard function codes always start with '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;See also the documentation on parameter I_CALLBACK_USER_COMMAND.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a self-defined user interface is used that includes function codes of the standard user interface, the function codes of the excluding table passed should be taken into account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that the user status should generally be set as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PF-STATUS user status EXCLUDING rt_extab.&lt;/P&gt;&lt;P&gt;Application functions can be added to excluding table rt_extab if they are to be disabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The routine is called whenever the standard user interface would be set with SET PF-STATUS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default&lt;/P&gt;&lt;P&gt;If no EXIT routine is specified, the ALV sets a status that corresponds to status STANDARD of function group SALV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function Module&lt;/P&gt;&lt;P&gt;REUSE_ALV_GRID_DISPLAY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 02:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645547#M1763537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T02:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645548#M1763538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess REFRESH is displayed on the grid toolbar but you might have given different ICON for it, once check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Place break-point at method which is getting called for event ON_TOOLBAR of you grid if you have any.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jul 2013 04:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645548#M1763538</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-07-15T04:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing Refresh button on ALV Grid Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645549#M1763539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mike!&lt;/P&gt;&lt;P&gt;Today i've missed the refresh button onto an ALV-GRID display too - not into the status bar set with command "SET STATUS..." which is above this in the dynpro -.&lt;/P&gt;&lt;P&gt;If you have set any cell or column into the field catalogue in edit mode you will get the refresh button into the ALV GRID automatically and additional the check button too.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Michael Eckert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 13:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-refresh-button-on-alv-grid-display/m-p/9645549#M1763539</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-13T13:12:28Z</dc:date>
    </item>
  </channel>
</rss>

