<?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: USER_COMMAND not getting called in interactive alv module pool. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801186#M1954112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a program&amp;nbsp;&amp;nbsp; BCALV_GRID_05 where i found the process to create button in custom container. Now I understood how to use the user_command.&lt;/P&gt;&lt;P&gt;Thanks &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2016 10:52:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-08-09T10:52:03Z</dc:date>
    <item>
      <title>USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801171#M1954097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;This is the code regarding user_commnad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside TOP_INCLUDE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;class &lt;/SPAN&gt;event_class &lt;SPAN class="L0S52"&gt;definition&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;public &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;section&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;methods &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; handle_approve &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;event &lt;/SPAN&gt;user_command &lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;cl_gui_alv_grid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;importing &lt;/SPAN&gt;e_ucomm&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endclass&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&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; &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"lcl_rcvr_class DEFINITION&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;class &lt;/SPAN&gt;event_class &lt;SPAN class="L0S52"&gt;implementation&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;method &lt;/SPAN&gt;handle_approve&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;break-point&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;"code will be here&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endmethod&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;endclass&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;data &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;lp_rcvr &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ref &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;event_class&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;after alv display&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;create &lt;/SPAN&gt;object lp_rcvr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;set &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;handler &lt;/SPAN&gt;lp_rcvr&lt;SPAN class="L0S70"&gt;-&amp;gt;&lt;/SPAN&gt;handle_approve &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;obj_grid_proj&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;though the control is coming to set handler after any PAI event, But it is not calling the method. Please help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;obj_grid_proj is the object of the container.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 05:24:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801171#M1954097</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T05:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801172#M1954098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You should declare the create object (for event handler class), and set handler for event in PBO module of you program.&lt;/P&gt;&lt;P&gt;Are you doing that.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the set handler command is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to register it like this - &lt;SPAN style="color: #333333; font-size: 12px;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;set &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;handler &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;lp_rcvr&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;handle_approve &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;for &amp;lt;Object for alv grid class&amp;gt; (&lt;/STRONG&gt;NOT FOR CONTAINER)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 05:37:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801172#M1954098</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T05:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801173#M1954099</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;Can you please paste your complete code after for displaying the ALV and then events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can also check the report BCALV_GRID_02 in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Deepak &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 05:41:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801173#M1954099</guid>
      <dc:creator>deepak_sharma_sap</dc:creator>
      <dc:date>2016-08-09T05:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801174#M1954100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have here two screens 200 ( selection screen) 300 (ALV output screen). After it display the output at screen 300. I want to select few rows and after clicking 'SAVE' button i want to process those data. So, I created the object and set handler at the PAI of the screen 300. Are you asking me to do that at PBO of screen 300? screen 300 is my alv output screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801174#M1954100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T06:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801175#M1954101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, in the PBO of 300 screen, wherever you are calling&amp;nbsp; &lt;STRONG&gt;set_table_for_first_display.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And the set handler command is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to register the event method for the object whic you have created for cl_gui_alv_grid, by which you are showing display. That is -&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="color: #333333; font-size: 12px; background: transparent; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;set &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;STRONG&gt;&lt;SPAN class="L0S52" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;handler &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;lp_rcvr&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; background: transparent;"&gt;handle_approve &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit; background: transparent;"&gt;&lt;STRONG&gt;for &amp;lt;Object for alv grid class&amp;gt;&amp;nbsp; (&lt;/STRONG&gt;&lt;/SPAN&gt;NOT FOR CONTAINER)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801175#M1954101</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T06:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801176#M1954102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I changed the it to object of the grid class and wrote the set handler and created object at PBO of screen 300. though it is calling the set handler but not going inside the method. I cannot figure out what mistake i have done. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1011362" width="450" /&gt;&lt;/P&gt;&lt;P&gt;this is the o/p screen 300. am clicking on &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1011363" /&gt; button after selecting a row. &lt;/P&gt;&lt;P&gt;it is stopping at the set handler &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1011364" width="450" /&gt;&lt;/P&gt;&lt;P&gt;but control not going inside the methof handle_approve. where i gave the break point. as per the code it should go there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:44:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801176#M1954102</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T06:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801177#M1954103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt; Did you create a new module in PBO.?? &lt;/P&gt;&lt;P&gt;The set handler is given at the time of display in PBO module where we call the&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set_table_for_first_display&lt;/STRONG&gt; method.&amp;nbsp; &lt;STRONG&gt;Not&lt;/STRONG&gt; by creating any other module. just put these two statement after that method.&lt;/P&gt;&lt;P&gt;And you are again giving the container object in set handler. You have to pass the object by which you are calling &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;set_table_for_first_display&lt;/STRONG&gt; method.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 06:57:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801177#M1954103</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T06:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801178#M1954104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first of all it is object of grid class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1011394" width="450" /&gt;&lt;/P&gt;&lt;P&gt;So it is the grid class object . and i again wrote it after calling &lt;STRONG style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;set_table_for_first_display&lt;/STRONG&gt;&lt;SPAN style="color: #333333; font-size: 13.3333px;"&gt; method.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but still it not going inside the method. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801178#M1954104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T07:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801179#M1954105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You said in the beginning that - &lt;SPAN style="color: #333333; font-size: 12px;"&gt;obj_grid_proj is the object of the container.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;That's why I was taking it as container object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Can you tell me one thing, how did you declare the ICON which you are clicking .?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Did you declare that in PF-STATUS.?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;That ICON which you are clicking is not the part of alv grid toolbar. I think that's why it is not going inside the method. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;It will be checked in PAI module using sy-ucomm.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:29:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801179#M1954105</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T07:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801180#M1954106</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;on user command you are registering the event handler method, which will handle the event on the next user command, and each time when PAI will trigger , statement to register the method will execute which is not appropriate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so register your event just after method set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:32:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801180#M1954106</guid>
      <dc:creator>Chintu6august</dc:creator>
      <dc:date>2016-08-09T07:32:12Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801181#M1954107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chintu,&lt;/P&gt;&lt;P&gt;The screenshot clearly tells that the icon is not the part of alv grid toolbar.&lt;/P&gt;&lt;P&gt;There is no need for any event method. It can be simply handeled in PAI module using SY-UCOMM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801181#M1954107</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T07:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801182#M1954108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You. The icon am clicking is declared in PBO of screen 300 in pf-status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;module &lt;/SPAN&gt;status_0300 &lt;SPAN class="L0S52"&gt;output&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;set &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;pf-status &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'ZTEST'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;endmodule&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Inside 'ZTEST' I put that button&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/1011419" width="450" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this wright? or what else i need to do. I created double click event . that was working fine. But not this one. Thanks for helping me till now. &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Or I should i handle this type of event in PAI by simple sy-ucomm event?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801182#M1954108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T07:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801183#M1954109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you want the working to be done in same way which you wanted, the do a case statement for &lt;/P&gt;&lt;P&gt;sy-ucomm in PAI module, in case you can check that value for that icon.&lt;/P&gt;&lt;P&gt;Call method &lt;STRONG&gt;GET_SELECTED_ROWS&lt;/STRONG&gt; inside that case statement and then you can put the code which you were using in the event method.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801183#M1954109</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T07:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801184#M1954110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnaks this helped me. though my purpose has solved. but wan to know when user_command event triggers ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:48:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801184#M1954110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T07:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801185#M1954111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will trigger if you are using the icons/buttons which are the part of your alv grid toolbar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 07:50:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801185#M1954111</guid>
      <dc:creator>Ashg1402</dc:creator>
      <dc:date>2016-08-09T07:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: USER_COMMAND not getting called in interactive alv module pool.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801186#M1954112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a program&amp;nbsp;&amp;nbsp; BCALV_GRID_05 where i found the process to create button in custom container. Now I understood how to use the user_command.&lt;/P&gt;&lt;P&gt;Thanks &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/108/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2016 10:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-command-not-getting-called-in-interactive-alv-module-pool/m-p/11801186#M1954112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-09T10:52:03Z</dc:date>
    </item>
  </channel>
</rss>

