<?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 push button - User command problem in ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214835#M1983171</link>
    <description>&lt;P&gt;Hi Friends,&lt;/P&gt;
  &lt;P&gt;I have copied the user interface from SAPLKKBL, STANDARD_FULLSCREEN. &lt;/P&gt;
  &lt;P&gt;I have added two push buttons. one is at the menu level and another one is the ALV grid line level.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1864759-button.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;if I press pack/shipment button then it triggers user_command(it's working fine) but If I click the serial number push button then user_command is not triggered but PF_status subroutine has triggered.&lt;/P&gt;
  &lt;P&gt;Thanks with Regard,&lt;/P&gt;
  &lt;P&gt;Vallamuthu M.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 06:58:32 GMT</pubDate>
    <dc:creator>vallamuthu_madheswaran2</dc:creator>
    <dc:date>2020-11-27T06:58:32Z</dc:date>
    <item>
      <title>push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214835#M1983171</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;
  &lt;P&gt;I have copied the user interface from SAPLKKBL, STANDARD_FULLSCREEN. &lt;/P&gt;
  &lt;P&gt;I have added two push buttons. one is at the menu level and another one is the ALV grid line level.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1864759-button.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;if I press pack/shipment button then it triggers user_command(it's working fine) but If I click the serial number push button then user_command is not triggered but PF_status subroutine has triggered.&lt;/P&gt;
  &lt;P&gt;Thanks with Regard,&lt;/P&gt;
  &lt;P&gt;Vallamuthu M.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 06:58:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214835#M1983171</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2020-11-27T06:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214836#M1983172</link>
      <description>&lt;P&gt;I guess you are using CL_GUI_ALV_GRID technology, right?&lt;BR /&gt;If so, you need to handle its methods/event (i.e. BUTTON_CLICK).&lt;BR /&gt;PF_STATUS / USER_COMMAND subroutines are for the Toolbar you copied, not for row events&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 07:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214836#M1983172</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2020-11-27T07:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214837#M1983173</link>
      <description>&lt;P&gt;Hi Simone Milesi,&lt;/P&gt;&lt;P&gt;Thanks for your update.&lt;/P&gt;&lt;P&gt;I am using the FM REUSE_ALV_GRID_DISPLAY_LVC.&lt;/P&gt;&lt;P&gt;Thanks with Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu M&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 10:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214837#M1983173</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2020-11-27T10:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214838#M1983174</link>
      <description>&lt;P&gt; &lt;SPAN class="mention-scrubbed"&gt;vallamuthu.madheswaran2&lt;/SPAN&gt; i'm sorry, that FM is so old and deprecated that i do not remember how to help you.&lt;/P&gt;&lt;P&gt;Did you try a quick search here or on google? Maybe &lt;A href="https://answers.sap.com/questions/2374404/button-in-alv-grid-cell-using-reusealvgriddisplay.html" target="_blank"&gt;this&lt;/A&gt; helps you a bit&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 11:44:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214838#M1983174</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2020-11-27T11:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214839#M1983175</link>
      <description>&lt;P&gt;So, you use REUSE_ALV_GRID_DISPLAY_LVC.&lt;/P&gt;&lt;P&gt;How did you pass the subroutine name? Did you set its name in upper case? Did you make sure the name in the parameter matches exactly the name of the subroutine? &lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 17:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214839#M1983175</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2020-11-27T17:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214840#M1983176</link>
      <description>&lt;P&gt;You should consider using CL_GUI_ALV_GRID (REUSE_ALV_GRID_DISPLAY_LVC is one step from REUSE_ALV_GRID_DISPLAY on the road to this class, structures of parameter are already ready for the class to use)&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Else look at FM GET_GLOBALS_FROM_SLVC_FULLSCR to get reference to instance of class from within old FM.&lt;/LI&gt;&lt;LI&gt;Else look for old threads/questions and parameters for EVENTS to handle the old way.&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 30 Nov 2020 11:18:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214840#M1983176</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-11-30T11:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: push button - User command problem in ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214841#M1983177</link>
      <description>&lt;P&gt;Hi Raymond Giuseppi,&lt;/P&gt;&lt;P&gt;Thanks for your update. &lt;/P&gt;&lt;P&gt;Now I have changed the push button to expand all icon. Now the problem is solved.&lt;/P&gt;&lt;P&gt;Thanks with Regards,&lt;/P&gt;&lt;P&gt;Vallamuthu M.. &lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2020 06:18:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/push-button-user-command-problem-in-alv/m-p/12214841#M1983177</guid>
      <dc:creator>vallamuthu_madheswaran2</dc:creator>
      <dc:date>2020-12-04T06:18:03Z</dc:date>
    </item>
  </channel>
</rss>

