<?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 ALV REFESH in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581092#M862117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;          I have displayed a ALV grid using reusue_alv fm, need to refresh the gird to display the current data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Vind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 15:43:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T15:43:46Z</dc:date>
    <item>
      <title>ALV REFESH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581092#M862117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;          I have displayed a ALV grid using reusue_alv fm, need to refresh the gird to display the current data. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt; Vind.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 15:43:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581092#M862117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T15:43:46Z</dc:date>
    </item>
    <item>
      <title>Re: ALV REFESH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581093#M862118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;With the Assumptions:&lt;/P&gt;&lt;P&gt;1) &lt;EM&gt;alv_rec&lt;/EM&gt; = ALV Grid  with data, &lt;EM&gt;it_spfli&lt;/EM&gt; from the Table SPFLI&lt;/P&gt;&lt;P&gt;2) User selects &lt;EM&gt;Load&lt;/EM&gt; from the menu, to load fresh data&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    WHEN 'LOAD'.
      DATA: g_stable TYPE lvc_s_stbl.
      SELECT * FROM spfli INTO TABLE it_spfli
                   WHERE carrid = 'AA'.

*== Refresh the screen without changing the view ==
      g_stable-row = '1'.
      CALL METHOD alv_rec-&amp;gt;refresh_table_display
        EXPORTING
          is_stable = g_stable.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Refreshes the contents of the ALV Grid with current data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:51:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581093#M862118</guid>
      <dc:creator>RemiKaimal</dc:creator>
      <dc:date>2008-03-20T05:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: ALV REFESH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581094#M862119</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;Check this code and change accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com/abap/auto-refresh-alv-list.htm" target="test_blank"&gt;http://www.sap-basis-abap.com/abap/auto-refresh-alv-list.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581094#M862119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: ALV REFESH</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581095#M862120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is easy to refresh the internal table that u pass to the reuse-alv FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 05:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-refesh/m-p/3581095#M862120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T05:55:48Z</dc:date>
    </item>
  </channel>
</rss>

