<?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 any class or method to update avl grid dynamically in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-class-or-method-to-update-avl-grid-dynamically/m-p/4433019#M1052229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update ALV GRID under one standard transaction. If any one can help me to get class name ,&lt;/P&gt;&lt;P&gt;any method or function module !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advace!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Sep 2008 13:00:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-18T13:00:17Z</dc:date>
    <item>
      <title>any class or method to update avl grid dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-class-or-method-to-update-avl-grid-dynamically/m-p/4433019#M1052229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to update ALV GRID under one standard transaction. If any one can help me to get class name ,&lt;/P&gt;&lt;P&gt;any method or function module !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advace!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 13:00:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-class-or-method-to-update-avl-grid-dynamically/m-p/4433019#M1052229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T13:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: any class or method to update avl grid dynamically</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/any-class-or-method-to-update-avl-grid-dynamically/m-p/4433020#M1052230</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 with refresh the grid.  The following method is used to refresh the data:&lt;/P&gt;&lt;P&gt;gd_tree-&amp;gt;REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the code like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD gd_tree-&amp;gt;set_table_for_first_display&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      is_layout       = gd_layout&lt;/P&gt;&lt;P&gt;    CHANGING&lt;/P&gt;&lt;P&gt;      it_fieldcatalog = gd_fieldcat&lt;/P&gt;&lt;P&gt;      it_sort         = it_sortcat&lt;/P&gt;&lt;P&gt;      it_outtab       = it_report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL method gd_tree-&amp;gt;REFRESH_TABLE_DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL METHOD cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Sep 2008 13:19:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/any-class-or-method-to-update-avl-grid-dynamically/m-p/4433020#M1052230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-18T13:19:35Z</dc:date>
    </item>
  </channel>
</rss>

