<?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 problem in ALV TREE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-problem-in-alv-tree/m-p/8437099#M1648174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below Links to solve the refresh issue in ALV TREE , Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[LINK1|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1161716"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;[LINK2|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="64509"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below &lt;STRONG&gt;Standard programs&lt;/STRONG&gt; to analyse and solve your issue.&lt;/P&gt;&lt;P&gt;BCALV_TREE_01 ALV tree control: build up the hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_02 ALV tree control: event handling &lt;/P&gt;&lt;P&gt;BCALV_TREE_03 ALV tree control: use an own context menu &lt;/P&gt;&lt;P&gt;BCALV_TREE_04 ALV tree control: add a button to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_05 ALV tree control: add a menu to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items &lt;/P&gt;&lt;P&gt;BCALV_TREE_DEMO Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND_MULTIPLE ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER Include BCALV_TREE_EVENT_RECEIVER &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER01 &lt;/P&gt;&lt;P&gt;BCALV_TREE_ITEMLAYOUT ALV Tree: Change Item Layouts at Runtime &lt;/P&gt;&lt;P&gt;BCALV_TREE_MOVE_NODE_TEST Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO &lt;/P&gt;&lt;P&gt;BCALV_TREE_VERIFY Verifier for ALV Tree and Simple ALV Tree &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2012 04:31:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-01-17T04:31:31Z</dc:date>
    <item>
      <title>Refresh problem in ALV TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-problem-in-alv-tree/m-p/8437098#M1648173</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;STRONG&gt;I have a problem in refreshing ALV tree.&lt;/STRONG&gt;I  am calling a screen in my program.&lt;/P&gt;&lt;P&gt;On my screen I have an input box . I enter a value in the input box and when I press enter, my ALV tree gets populated in the container. If I change the value in the input box,and ALV tree doesnt get changed. It is the same previous tree. How to refresh my ALV Tree when my input changes and enter is pressed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched in sdn and found that we have to delete the tree first then again create heirarachy but this also not working for me.. when i delete the tree by using &lt;STRONG&gt;CALL METHOD WCL_ALV_TREE-&amp;gt;DELETE_SUBTREE&lt;/STRONG&gt; and again create heirarchy , it is creating new heirarchy but nothing is coming on the tree, Its all blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin Mahesh Gupta on Jan 16, 2012 8:26 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachin Mahesh Gupta on Jan 16, 2012 10:21 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2012 13:24:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-problem-in-alv-tree/m-p/8437098#M1648173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-16T13:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh problem in ALV TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-problem-in-alv-tree/m-p/8437099#M1648174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sachin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below Links to solve the refresh issue in ALV TREE , Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[LINK1|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1161716"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;[LINK2|&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="64509"&gt;&lt;/A&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below &lt;STRONG&gt;Standard programs&lt;/STRONG&gt; to analyse and solve your issue.&lt;/P&gt;&lt;P&gt;BCALV_TREE_01 ALV tree control: build up the hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_02 ALV tree control: event handling &lt;/P&gt;&lt;P&gt;BCALV_TREE_03 ALV tree control: use an own context menu &lt;/P&gt;&lt;P&gt;BCALV_TREE_04 ALV tree control: add a button to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_05 ALV tree control: add a menu to the toolbar &lt;/P&gt;&lt;P&gt;BCALV_TREE_06 ALV tree control: Icon column and icon for nodes/items &lt;/P&gt;&lt;P&gt;BCALV_TREE_DEMO Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_DND_MULTIPLE ALV tree control: Drag &amp;amp; Drop within a hierarchy tree &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER Include BCALV_TREE_EVENT_RECEIVER &lt;/P&gt;&lt;P&gt;BCALV_TREE_EVENT_RECEIVER01 &lt;/P&gt;&lt;P&gt;BCALV_TREE_ITEMLAYOUT ALV Tree: Change Item Layouts at Runtime &lt;/P&gt;&lt;P&gt;BCALV_TREE_MOVE_NODE_TEST Demo for ALV tree control &lt;/P&gt;&lt;P&gt;BCALV_TREE_SIMPLE_DEMO Program BCALV_TREE_SIMPLE_DEMO &lt;/P&gt;&lt;P&gt;BCALV_TREE_VERIFY Verifier for ALV Tree and Simple ALV Tree &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Saravana.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2012 04:31:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-problem-in-alv-tree/m-p/8437099#M1648174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-01-17T04:31:31Z</dc:date>
    </item>
  </channel>
</rss>

