<?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 Editable Alv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640247#M2014169</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I'm new to this field. I want to know suppose there is two fields in the output screen which are in editable mode. Now I put a value in one field and after click "enter" that value is automatically show to second field also. How can it be possible .&lt;/P&gt;
  &lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Wed, 10 Aug 2022 05:41:33 GMT</pubDate>
    <dc:creator>ahanadasgupta_23</dc:creator>
    <dc:date>2022-08-10T05:41:33Z</dc:date>
    <item>
      <title>Editable Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640247#M2014169</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
  &lt;P&gt;I'm new to this field. I want to know suppose there is two fields in the output screen which are in editable mode. Now I put a value in one field and after click "enter" that value is automatically show to second field also. How can it be possible .&lt;/P&gt;
  &lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 05:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640247#M2014169</guid>
      <dc:creator>ahanadasgupta_23</dc:creator>
      <dc:date>2022-08-10T05:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640248#M2014170</link>
      <description>&lt;P&gt;I don't know what technology you use, but in case it's CL_GUI_ALV_GRID, you have the method REGISTER_EDIT_EVENT and argument mc_evt_enter, which will raise the event DATA_CHANGED_FINISHED (at least, if no value has been changed):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;alv-&amp;gt;register_edit_event( alv-&amp;gt;mc_evt_enter ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You can find examples in the forum.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 06:14:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640248#M2014170</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2022-08-10T06:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640249#M2014171</link>
      <description>&lt;P&gt;You need to search for OO-ALV, The normal ALV does not trigger the 'ENTER' ,&lt;BR /&gt;with OOP-ALV this type can trigger the 'ENTER'.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 07:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640249#M2014171</guid>
      <dc:creator>Mahmoud-Farag</dc:creator>
      <dc:date>2022-08-10T07:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640250#M2014172</link>
      <description>&lt;P&gt;Hi. Can you give me any example of this oop-alv  where this type of solutions are given? &lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 07:15:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640250#M2014172</guid>
      <dc:creator>ahanadasgupta_23</dc:creator>
      <dc:date>2022-08-10T07:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Editable Alv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640251#M2014173</link>
      <description>&lt;P&gt;check this program: BCALV_TEST_GRID_EVENTS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;register the edit event with the Enter attribute, something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method gr_grid_d0100-&amp;gt;register_edit_event&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;i_event_id = cl_gui_alv_grid=&amp;gt;mc_evt_enter.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 07:27:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv/m-p/12640251#M2014173</guid>
      <dc:creator>Mahmoud-Farag</dc:creator>
      <dc:date>2022-08-10T07:27:22Z</dc:date>
    </item>
  </channel>
</rss>

