<?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: Enter command problem in editable oo alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403358#M1995828</link>
    <description>&lt;P&gt;it depends a lot of your code ...&lt;/P&gt;</description>
    <pubDate>Thu, 16 Sep 2021 11:10:40 GMT</pubDate>
    <dc:creator>FredericGirod</dc:creator>
    <dc:date>2021-09-16T11:10:40Z</dc:date>
    <item>
      <title>Enter command problem in editable oo alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403357#M1995827</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
  &lt;P&gt;I am using oo alv and have editable fields in grid. When I change data then click green tick button my sy-ucomm = 'enter' is working fine and makes the change. But when I press enter on the keyboard, nothing happens because cursor remains in grid. So enter only works when cursor isn't in the grid. What should I do to pressing enter works after changing data?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 10:54:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403357#M1995827</guid>
      <dc:creator>eren_sert_sap</dc:creator>
      <dc:date>2021-09-16T10:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Enter command problem in editable oo alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403358#M1995828</link>
      <description>&lt;P&gt;it depends a lot of your code ...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 11:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403358#M1995828</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2021-09-16T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Enter command problem in editable oo alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403359#M1995829</link>
      <description>&lt;P&gt;Did you already register the ENTER event?&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;    CALL METHOD go_diag_overview-&amp;gt;register_edit_event
      EXPORTING
        i_event_id = cl_gui_alv_grid=&amp;gt;mc_evt_enter.&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403359#M1995829</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-09-16T12:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: Enter command problem in editable oo alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403360#M1995830</link>
      <description>&lt;P&gt;I guess you are talking about CL_GUI_ALV_GRID. You have to define a handler for event via method REGISTER_EDIT_EVENT with parameter mc_evt_enter, and create a handler for event DATA_CHANGED_FINISHED.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 12:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403360#M1995830</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2021-09-16T12:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Enter command problem in editable oo alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403361#M1995831</link>
      <description>&lt;P&gt;I am using a template so some event were already registered.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;     CALL METHOD co_grid-&amp;gt;register_edit_event&lt;BR /&gt; EXPORTING&lt;BR /&gt; i_event_id = cl_gui_alv_grid=&amp;gt;mc_evt_modified.&lt;/CODE&gt;&lt;/PRE&gt;&lt;PRE&gt;&lt;CODE&gt; CALL METHOD co_grid-&amp;gt;register_edit_event&lt;BR /&gt; EXPORTING&lt;BR /&gt; i_event_id = cl_gui_alv_grid=&amp;gt;mc_evt_enter.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But it didn't change the problem despite I added 'ENTER' and perform in handle_user_command.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 13:06:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enter-command-problem-in-editable-oo-alv/m-p/12403361#M1995831</guid>
      <dc:creator>eren_sert_sap</dc:creator>
      <dc:date>2021-09-16T13:06:43Z</dc:date>
    </item>
  </channel>
</rss>

