<?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: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751584#M1675427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the sample &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Updating+the+Internal+Table+-After+Edit+in+ALV+using+Function+Modules"&gt;here &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Apr 2012 02:31:50 GMT</pubDate>
    <dc:creator>Private_Member_49934</dc:creator>
    <dc:date>2012-04-24T02:31:50Z</dc:date>
    <item>
      <title>Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751579#M1675422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi expert, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;find an ALV function module with similar functionality as method '&lt;SPAN class="L0S52"&gt;REFRESH_TABLE_DISPLAY'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;CBA&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 15:43:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751579#M1675422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T15:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751580#M1675423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any reason why you want this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 16:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751580#M1675423</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-04-23T16:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751581#M1675424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm enhancing an old ALV report which was written in function modules, trying to use the similar functionality of methods :&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;REFRESH_TABLE_DISPLAY&amp;nbsp; &amp;amp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;CHECK_CHANGED_DATA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 17:15:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751581#M1675424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T17:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751582#M1675425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using the FM GET_GLOBALS_FROM_SLVC_FULLSCR you will get a reference to a cl_gui_alv_grid, which you can use. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 17:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751582#M1675425</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-04-23T17:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751583#M1675426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the info, but can you tell where do I place the function module and what to import? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;CBA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2012 21:19:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751583#M1675426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-23T21:19:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a ALV function module can do method 'REFRESH_TABLE_DISPLAY'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751584#M1675427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the sample &lt;A href="http://wiki.sdn.sap.com/wiki/display/Snippets/Updating+the+Internal+Table+-After+Edit+in+ALV+using+Function+Modules"&gt;here &lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Apr 2012 02:31:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/is-there-a-alv-function-module-can-do-method-refresh-table-display/m-p/8751584#M1675427</guid>
      <dc:creator>Private_Member_49934</dc:creator>
      <dc:date>2012-04-24T02:31:50Z</dc:date>
    </item>
  </channel>
</rss>

