<?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: ALV handle_data_changed (checkbox) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503871#M1258925</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not necessary to use method refresh_table if i change data in method for event "data_changed". One of parameters of this method is obcject of class CL &lt;U&gt;ALV&lt;/U&gt;CHANGED_DATA_PROTOCOL with one can change cell content and as i say before it works correctly for other field ( numering and char)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Apr 2009 15:15:11 GMT</pubDate>
    <dc:creator>szymon_glapiak</dc:creator>
    <dc:date>2009-04-11T15:15:11Z</dc:date>
    <item>
      <title>ALV handle_data_changed (checkbox)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503869#M1258923</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've big problem with checkbox fields. When i check the editable checkbox filed on the alv list is triggered "data_changed" and my handle method for this can change value ( set 'X' or space)  by "modify_cell" method of "cl_alv_changed_data_protocol".  But on the alv list on the screen i have still the same value as i was when i checked(not the value changed by my methods). The other fileds (dates, numbers etc) work correct. What's I've to do to resolve this problem. Any idea???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Szymon Glapiak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 12:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503869#M1258923</guid>
      <dc:creator>szymon_glapiak</dc:creator>
      <dc:date>2009-04-11T12:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: ALV handle_data_changed (checkbox)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503870#M1258924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Any data change you make in ITAB or the grid is visible only after you refresh it. After you handle the data changed call for the methodr&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;refresh_table_display&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; of the instance to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also since only data is changed, you can additionally pass the &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;I_SOFT_REFRESH&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; parameter as 'X' to it to ensure the position is not cursor position is not changed .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 12:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503870#M1258924</guid>
      <dc:creator>KN-Nampoothiry</dc:creator>
      <dc:date>2009-04-11T12:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: ALV handle_data_changed (checkbox)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503871#M1258925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's not necessary to use method refresh_table if i change data in method for event "data_changed". One of parameters of this method is obcject of class CL &lt;U&gt;ALV&lt;/U&gt;CHANGED_DATA_PROTOCOL with one can change cell content and as i say before it works correctly for other field ( numering and char)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Apr 2009 15:15:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-handle-data-changed-checkbox/m-p/5503871#M1258925</guid>
      <dc:creator>szymon_glapiak</dc:creator>
      <dc:date>2009-04-11T15:15:11Z</dc:date>
    </item>
  </channel>
</rss>

