<?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: Edit ALV - Capture modified data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663502#M1288032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please can u post how u solved so that everyone will benefit from it when they have similiar requirement .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jun 2009 03:15:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-12T03:15:10Z</dc:date>
    <item>
      <title>Edit ALV - Capture modified data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663500#M1288030</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;I am using cl_gui_alv_grid to show an ALV. I am able to edit the ALV. I have used the following code to register the edit event too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 call method g_p_grid-&amp;gt;register_edit_event
    EXPORTING
      i_event_id = cl_gui_alv_grid=&amp;gt;MC_EVT_MODIFIED.

  create object g_event_receiver.
  set handler g_event_receiver-&amp;gt;handle_data_changed for g_p_grid.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only issue that I face is, the user needs to hit the enter key inorder to store the modified values back in the internal table. Is there any way by which, the modified values can go back into the Internal table with as soon as the user changes the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, I am able to edit an ALV and update the modified values into the tables. I have gone thru the exisitng examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Murali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 02:21:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663500#M1288030</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2009-06-12T02:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Edit ALV - Capture modified data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663501#M1288031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved It!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 02:44:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663501#M1288031</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2009-06-12T02:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: Edit ALV - Capture modified data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663502#M1288032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please can u post how u solved so that everyone will benefit from it when they have similiar requirement .....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 03:15:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663502#M1288032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-12T03:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Edit ALV - Capture modified data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663503#M1288033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was actually editing a cell using lvc_s_styl properties (cl_gui_alv_grid=&amp;gt;mc_style_disabled/enabled). I added the edit='X' in the fieldcatalog and it started to react to my tabout event the moment I change the cell value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Jun 2009 10:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/edit-alv-capture-modified-data/m-p/5663503#M1288033</guid>
      <dc:creator>Murali_Shanmu</dc:creator>
      <dc:date>2009-06-14T10:32:24Z</dc:date>
    </item>
  </channel>
</rss>

