<?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: Refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754631#M327065</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;There's several methods like  ADD_NODE, CHANGE_ITEM, CHANGE_NODE....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2006 12:12:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-08T12:12:57Z</dc:date>
    <item>
      <title>Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754630#M327064</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; How to refresh tree control. I have one REFRESH_TABLE_DISPLAY which is a private method. I need to refresh this tree which I have shown to the customer. How to use this method or any other alternative is available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Satya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 12:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754630#M327064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T12:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754631#M327065</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;There's several methods like  ADD_NODE, CHANGE_ITEM, CHANGE_NODE....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2006 12:12:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754631#M327065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-08T12:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754632#M327066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Naga&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at class &amp;lt;b&amp;gt;CL_GUI_ALV_TREE&amp;lt;/b&amp;gt; it has a method &amp;lt;b&amp;gt;FRONTEND_UPDATE&amp;lt;/b&amp;gt; to send changed/inserted nodes to the frontend control. This method should be called at PAI to refresh the tree display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Dec 2006 15:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754632#M327066</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-12-09T15:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754633#M327067</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;You must call the method DELETE_ALL_NODES and rebuild the nodes with ADD_NODE.&lt;/P&gt;&lt;P&gt;And at last you must call the method frontend_update, and flush to refresh the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD g_tree-&amp;gt;delete_all_nodes.&lt;/P&gt;&lt;P&gt;  LOOP...&lt;/P&gt;&lt;P&gt;   CALL METHOD g_tree-&amp;gt;ADD_NODE.....&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  CALL METHOD g_tree-&amp;gt;frontend_update.&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;Bertrand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 17:25:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754633#M327067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T17:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754634#M327068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In class CL_GUI_ALV_TREE, there is a methodFRONTEND_UPDATE to send nodes to frontend control. This method needs to be called in PAI to refresh the tree display.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 17:37:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh/m-p/1754634#M327068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T17:37:23Z</dc:date>
    </item>
  </channel>
</rss>

