<?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, capturing multiple record changes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-capturing-multiple-record-changes/m-p/7797969#M1586805</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing the editable ALV prog. (because of some reaosn am using FM - REUSE*) and i need to capture the user changes on the list, but, when i searched, i found the below code, where in i  can get only one change/record (because am getting importing formal parameter is a structure), but, i need to get all records user changes, multiple.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
FORM user_command USING r_ucomm LIKE sy-ucomm
                  rs_selfield TYPE slis_selfield.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know how to capture all records/changes? I saw BCALV, but, all they are on OOPS.&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>Wed, 16 Mar 2011 15:22:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-16T15:22:35Z</dc:date>
    <item>
      <title>Editable ALV, capturing multiple record changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-capturing-multiple-record-changes/m-p/7797969#M1586805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing the editable ALV prog. (because of some reaosn am using FM - REUSE*) and i need to capture the user changes on the list, but, when i searched, i found the below code, where in i  can get only one change/record (because am getting importing formal parameter is a structure), but, i need to get all records user changes, multiple.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
FORM user_command USING r_ucomm LIKE sy-ucomm
                  rs_selfield TYPE slis_selfield.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. let me know how to capture all records/changes? I saw BCALV, but, all they are on OOPS.&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>Wed, 16 Mar 2011 15:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-capturing-multiple-record-changes/m-p/7797969#M1586805</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-16T15:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Editable ALV, capturing multiple record changes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-capturing-multiple-record-changes/m-p/7797970#M1586806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no chance without oo event data_changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can get the grid object from the function module, I think FM LVC_GET_GLOBALS or something like that. Then implement method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;METHODS: handle_data_chg FOR EVENT data_changed OF   cl_gui_alv_grid   IMPORTING er_data_changed.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SET_STaTUS event of the function module, you can extract the grid object and registr your own handler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, honestly, I'm not convinced this will be easier for you than changing to OO grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Mar 2011 21:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-capturing-multiple-record-changes/m-p/7797970#M1586806</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-03-16T21:02:47Z</dc:date>
    </item>
  </channel>
</rss>

