<?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: CL_GUI_ALV_GRID before_user_command event in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976326#M702558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uwe, that's work wells, it trigger the PAI/PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Nov 2007 21:08:58 GMT</pubDate>
    <dc:creator>AlexGiguere</dc:creator>
    <dc:date>2007-11-08T21:08:58Z</dc:date>
    <item>
      <title>CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976324#M702556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys, I am using the CL_GUI_ALV_GRID class to display a report in SAP 4.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the user click on refresh, on the standard ALV toolbar, I need to delete some entries in my table. Also, I'm displaying the total number of lines in my GUI title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the event before_user_command to catch the refresh click then I delete some entries in my internal table but after I need to refresh my GUI title. The event does not call back the PBO, I need to retrigger the PBO to redisplay the GUI title correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way of doing it, is to remove the refresh button of the standard alv, add a refresh button to the gui status, then delete my entries in the user_command PAI then after the PBO will kick and the gui title will be redisplay correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to know if it's possible with the first solution to redisplay my gui title.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 19:30:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976324#M702556</guid>
      <dc:creator>AlexGiguere</dc:creator>
      <dc:date>2007-11-08T19:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976325#M702557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexandre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method of choice to trigger PAI is &amp;lt;b&amp;gt;CL_GUI_CFW=&amp;gt;SET_NEW_OK_CODE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at my sample report &amp;lt;b&amp;gt;ZUS_SDN_TWO_ALV_GRIDS_A &amp;lt;/b&amp;gt;in thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="621645"&gt;&lt;/A&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;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 20:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976325#M702557</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-08T20:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976326#M702558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Uwe, that's work wells, it trigger the PAI/PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 21:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976326#M702558</guid>
      <dc:creator>AlexGiguere</dc:creator>
      <dc:date>2007-11-08T21:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976327#M702559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to award you point, the checkbox are not there on the left-hand side, I have so musch problem when it's time to award points, sometimes it takes 15-30 minutes to see my post or new reply, have to contact SDN!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 21:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976327#M702559</guid>
      <dc:creator>AlexGiguere</dc:creator>
      <dc:date>2007-11-08T21:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976328#M702560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Trying to award points!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2007 21:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976328#M702560</guid>
      <dc:creator>AlexGiguere</dc:creator>
      <dc:date>2007-11-08T21:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976329#M702561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alexandre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Never mind about this. You may have a look at thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="627170"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps there is more than a technical reason behind the (temporarily) disappearing of the award system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 04:23:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976329#M702561</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-09T04:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: CL_GUI_ALV_GRID before_user_command event</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976330#M702562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I know, I sent an email to SDN and they told me "Our forums points system has been taken temporarily off line for debugging", but now it seems to be back, I give you 10, thanks again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2007 22:12:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cl-gui-alv-grid-before-user-command-event/m-p/2976330#M702562</guid>
      <dc:creator>AlexGiguere</dc:creator>
      <dc:date>2007-11-09T22:12:33Z</dc:date>
    </item>
  </channel>
</rss>

