<?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 sort refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114808#M1617847</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;in PAI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = space. " For Enter Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o_grid-&amp;gt;check_changed_data( ).  " To captured modified values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now refresh the ALV table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check  &lt;STRONG&gt;BCALV_EDIT_04&lt;/STRONG&gt;  Standard Program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Aug 2011 05:00:39 GMT</pubDate>
    <dc:creator>Kiran_Valluru</dc:creator>
    <dc:date>2011-08-29T05:00:39Z</dc:date>
    <item>
      <title>ALV sort refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114805#M1617844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm just about to give up...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a OO-base ALV. I'm using the ALV sort ability for an editable collum. I need to refresh/sort the ALV right after the user has changed a value in that collum by pressing ENTER. As is the ALV will not be sorted unless I press the refresh button. That's exactly what I want to happen when the value is changed by pressing ENTER. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ANY suggestions???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chears,&lt;/P&gt;&lt;P&gt;  Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Aug 2011 15:18:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114805#M1617844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-26T15:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: ALV sort refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114806#M1617845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt; I had encountered this earlier i.e we cannot use grouping/  sort a field if any cell in the grid is editable and not sure we have a solution for this.&lt;/P&gt;&lt;P&gt;You need to manually sort the internal table(sort itab1 by fld1 )  before the final display in alv grid using set_table_for_first_display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 04:45:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114806#M1617845</guid>
      <dc:creator>ricky_shaw</dc:creator>
      <dc:date>2011-08-27T04:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: ALV sort refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114807#M1617846</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;Try to use the event DATA_CHANGED through a local event handler method.&lt;/P&gt;&lt;P&gt;In that, modify the internal table and sort.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Aug 2011 13:09:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114807#M1617846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-27T13:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: ALV sort refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114808#M1617847</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;in PAI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-ucomm = space. " For Enter Key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;o_grid-&amp;gt;check_changed_data( ).  " To captured modified values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now refresh the ALV table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check  &lt;STRONG&gt;BCALV_EDIT_04&lt;/STRONG&gt;  Standard Program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps u.,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 05:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114808#M1617847</guid>
      <dc:creator>Kiran_Valluru</dc:creator>
      <dc:date>2011-08-29T05:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: ALV sort refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114809#M1617848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While sorting the table in method handle_data_changed might be a solution I finally found out that the table (including all filters and sortcriteria) will be sorted after input when the method flush is called within method handle_data_changed_finished.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Aug 2011 10:45:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-sort-refresh/m-p/8114809#M1617848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-29T10:45:11Z</dc:date>
    </item>
  </channel>
</rss>

