<?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: alv tree in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382087#M528840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use following method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD ALV_TREE-&amp;gt;FRONTEND_UPDATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 09:39:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T09:39:18Z</dc:date>
    <item>
      <title>alv tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382085#M528838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a report similar to transaction IH03 in its results ( not in the code ).&lt;/P&gt;&lt;P&gt;Instead of parameter equipment in the selection screen i have select options.&lt;/P&gt;&lt;P&gt;My problem is that when i have more then one equipment, the tree is not correct due to wrong tree nodes.&lt;/P&gt;&lt;P&gt;I need to create a situation that when i have new equipment the nodes will be refreshed if i understand the tree behavior.&lt;/P&gt;&lt;P&gt;I used class CL_GUI_ALV_TREE and method TREE1=&amp;gt;ADD_NODE.&lt;/P&gt;&lt;P&gt;Can anyone tell me how to refresh the nodes or an example for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Jun 2007 10:43:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382085#M528838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-10T10:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382086#M528839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Yifat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Class &amp;lt;b&amp;gt;CL_GUI_ALV_TREE&amp;lt;/b&amp;gt; has two methods for refreshing the display:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;- FRONTEND_UPDATE (Sends Changed/Inserted Nodes to Control)
- UPDATE_CALCULATIONS (Recalculate Columns)&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second methods implicitly calls method FRONTEND_UPDATE except if you suppress it using parameter  NO_FRONTEND_UPDATE = 'X'.&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>Sun, 10 Jun 2007 19:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382086#M528839</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-06-10T19:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382087#M528840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use following method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL METHOD ALV_TREE-&amp;gt;FRONTEND_UPDATE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 09:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382087#M528840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T09:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382088#M528841</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;thanks for your answer.&lt;/P&gt;&lt;P&gt;My program work as a loop , and suppose each time to build a tree node.&lt;/P&gt;&lt;P&gt;under that can be expanded.&lt;/P&gt;&lt;P&gt;every time the loop runs it remember the last level of the node and instead of &lt;/P&gt;&lt;P&gt;initialing the tree, it starts from the last node it created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a method that initialize the tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;yifat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 10:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382088#M528841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: alv tree</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382089#M528842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i wanted to know is there any bapi for notfication in which i give date and all the &lt;/P&gt;&lt;P&gt;notifications created against that date must be returened in a summarised format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 13:28:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree/m-p/2382089#M528842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T13:28:46Z</dc:date>
    </item>
  </channel>
</rss>

