<?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 OO ALV Refresh Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519740#M1424917</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;when i refresh my alv grid with refresh_table_display it sets the scroll to the top row. but i want it to remain its own position.&lt;/P&gt;&lt;P&gt;i set the parameter is_stable but problem not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jan 2010 09:17:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-15T09:17:27Z</dc:date>
    <item>
      <title>OO ALV Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519740#M1424917</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;when i refresh my alv grid with refresh_table_display it sets the scroll to the top row. but i want it to remain its own position.&lt;/P&gt;&lt;P&gt;i set the parameter is_stable but problem not solved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 09:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519740#M1424917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519741#M1424918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fill fields of structure IS_STABLE TYPE LVC_S_STBLand call method as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD &amp;lt;Ref.var. CL_GUI_ALV_GRID &amp;gt; -&amp;gt;refresh_table_display
      EXPORTING
         IS_STABLE        = &amp;lt;Structure  Type LVC_S_STBL &amp;gt; 
         I_SOFT_REFRESH   = &amp;lt;Variable  Type CHAR01 &amp;gt; .
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2010 11:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519741#M1424918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-15T11:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: OO ALV Refresh Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519742#M1424919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mustafa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have to set is_stable like is_stable-row = 'X' and is_stable-col = 'X' . You can set also i_soft_refresh = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  ls_stable-row = 'X'.
  ls_stable-col = 'X'.

  call method gr_alvgrid-&amp;gt;refresh_table_display
    exporting
      is_stable      = ls_stable
      i_soft_refresh = 'X'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kolay Gelsin.&lt;/P&gt;&lt;P&gt;Caner.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Mar 2010 14:59:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/oo-alv-refresh-problem/m-p/6519742#M1424919</guid>
      <dc:creator>caner_genis</dc:creator>
      <dc:date>2010-03-19T14:59:00Z</dc:date>
    </item>
  </channel>
</rss>

