<?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 refreshing problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075487#M1614049</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 have an editable ALV and i modify my db table with this alv.&lt;/P&gt;&lt;P&gt;when i run the report and see the alv, i can make changes and modify the db  table.&lt;/P&gt;&lt;P&gt;But after first change, alv doesnt see the othe changes, I change editable fields and save but when i debug i see no change at my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i refresh the internal table but after first change and save,  this code doesnt work :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; CALL METHOD go_grid2-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a trick that i dont know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jul 2011 10:33:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-15T10:33:53Z</dc:date>
    <item>
      <title>editable ALV refreshing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075487#M1614049</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 have an editable ALV and i modify my db table with this alv.&lt;/P&gt;&lt;P&gt;when i run the report and see the alv, i can make changes and modify the db  table.&lt;/P&gt;&lt;P&gt;But after first change, alv doesnt see the othe changes, I change editable fields and save but when i debug i see no change at my internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i refresh the internal table but after first change and save,  this code doesnt work :&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; CALL METHOD go_grid2-&amp;gt;check_changed_data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a trick that i dont know?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 10:33:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075487#M1614049</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T10:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: editable ALV refreshing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075488#M1614050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please write in ur alv fieldcatalog,&lt;/P&gt;&lt;P&gt;slis_selfield-refresh = 'X'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 11:13:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075488#M1614050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T11:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: editable ALV refreshing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075489#M1614051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i use class alv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 11:33:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075489#M1614051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-15T11:33:47Z</dc:date>
    </item>
    <item>
      <title>Re: editable ALV refreshing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075490#M1614052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you must use this method       CALL METHOD g_grid-&amp;gt;refresh_table_display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 12:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075490#M1614052</guid>
      <dc:creator>Emre_tr</dc:creator>
      <dc:date>2011-07-15T12:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: editable ALV refreshing problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075491#M1614053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the code which i give above is for refresh, for data change  try this declaration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SET HANDLER event_receiver-&amp;gt;handle_data_changed FOR g_grid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD g_grid-&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_modified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when you clicked SAVE button first you must call this method : CALL METHOD g_grid-&amp;gt;check_changed_data .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jul 2011 12:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/editable-alv-refreshing-problem/m-p/8075491#M1614053</guid>
      <dc:creator>Emre_tr</dc:creator>
      <dc:date>2011-07-15T12:26:12Z</dc:date>
    </item>
  </channel>
</rss>

