<?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 AVL TREE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347131#M802654</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;Assuming that you have used the class "CL_GUI_ALV_TREE", you can use the method "REFRESH_TABLE_DISPLAY" to achieve this functionality. You may do the following:&lt;/P&gt;&lt;P&gt;-&amp;gt;Capture the changed values from the modal dialog box.&lt;/P&gt;&lt;P&gt;-&amp;gt;Then update/insert these values in the internal table you have used while calling the method "SET_TABLE_FOR_FIRST_DISPLAY". &lt;/P&gt;&lt;P&gt;-&amp;gt;Call the method "REFRESH_TABLE_DISPLAY". The tree should automatically reflect the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Feb 2008 12:49:29 GMT</pubDate>
    <dc:creator>sharat_chandra</dc:creator>
    <dc:date>2008-02-04T12:49:29Z</dc:date>
    <item>
      <title>Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347130#M802653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to refresh the ALV TREE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two screens. 1st one has an ALV TREE.&lt;/P&gt;&lt;P&gt;When you click on any of node under the ALV TREE that will open a new modal dialog screen, now I have change some field values on this screen(modal dialog screen). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to refresh the ALV TREE based on the data I have changed on Modal dialog screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Help me to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347130#M802653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T12:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347131#M802654</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;Assuming that you have used the class "CL_GUI_ALV_TREE", you can use the method "REFRESH_TABLE_DISPLAY" to achieve this functionality. You may do the following:&lt;/P&gt;&lt;P&gt;-&amp;gt;Capture the changed values from the modal dialog box.&lt;/P&gt;&lt;P&gt;-&amp;gt;Then update/insert these values in the internal table you have used while calling the method "SET_TABLE_FOR_FIRST_DISPLAY". &lt;/P&gt;&lt;P&gt;-&amp;gt;Call the method "REFRESH_TABLE_DISPLAY". The tree should automatically reflect the changes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347131#M802654</guid>
      <dc:creator>sharat_chandra</dc:creator>
      <dc:date>2008-02-04T12:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347132#M802655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using CL_GUI_ALV_TREE class for your display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If so, have you tried calling the method &lt;STRONG&gt;FRONTEND_UPDATE&lt;/STRONG&gt;, this refreshes the table display when any changes have been made post initialization of tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 12:52:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347132#M802655</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T12:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347133#M802656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Sharat and Aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I am using CL_GUI_ALV_TREE class and&lt;/P&gt;&lt;P&gt;FRONTEND_UPDATE , but still result is same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH_TABLE_DISPLAY method is private method,&lt;/P&gt;&lt;P&gt;how can I use this method in program???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other way to do this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Rock,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rock on Feb 4, 2008 7:20 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 13:46:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347133#M802656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-04T13:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347134#M802657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;try this way.&lt;/P&gt;&lt;P&gt;In Alv_tree object if you want to change the content of a field on the screen you can use two different ways:&lt;/P&gt;&lt;P&gt;1-  calling the method CHANGE_ITEM for changing the value of a  single cell &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
            CALL METHOD g_glob_tree-&amp;amp;gt;change_item
              EXPORTING
                i_node_key  = Node_key
               i_fieldname   = 'FIELD'
                i_data          = value
                i_u_data     = 'X'.
         CALL METHOD o_alv_tree-&amp;gt;frontend_update.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;2 - calling the method CHANGE_NODE for changing the line &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
        CALL METHOD o_alv_tree-&amp;gt;change_node
          EXPORTING
            i_node_key     = node_key
            i_outtab_line  = ls_outtab
          EXCEPTIONS
            node_not_found = 1
            OTHERS         = 2.

         CALL METHOD o_alv_tree-&amp;gt;frontend_update.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;hope that is useful.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2008 22:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347134#M802657</guid>
      <dc:creator>mnicolai_77</dc:creator>
      <dc:date>2008-02-04T22:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347135#M802658</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;&lt;/P&gt;&lt;P&gt;Refreshing the ALV tree display is not actually as simple as it sounds, as there is no&lt;/P&gt;&lt;P&gt;actual refresh functionality available. You basically have to delete all the toplevel nodes and then&lt;/P&gt;&lt;P&gt;re-add everything as if you are building the hierachy from new.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Declare table to store top leve nodes in top include&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;types: begin of t_topnodes,&lt;/P&gt;&lt;P&gt; nodekey type lvc_nkey,&lt;/P&gt;&lt;P&gt;end of t_topnodes.&lt;/P&gt;&lt;P&gt;data: it_topnodes type standard table of t_topnodes,&lt;/P&gt;&lt;P&gt;      wa_topnodes like line of it_topnodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add code to build top level node table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  CREATE_ALVTREE_HIERARCHY&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="-------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      text&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Builds ALV tree display, (inserts nodes, subnodes etc)&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form create_alvtree_hierarchy.&lt;/P&gt;&lt;P&gt;  data: ls_sflight type sflight,&lt;/P&gt;&lt;P&gt;        lt_sflight type sflight occurs 0.&lt;/P&gt;&lt;P&gt;  data: ld_ebeln_key type lvc_nkey,&lt;/P&gt;&lt;P&gt;        ld_ebelp_key type lvc_nkey.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  loop at it_ekko into wa_ekko.&lt;/P&gt;&lt;P&gt;    perform add_ekko_node using      wa_ekko&lt;/P&gt;&lt;P&gt;                                     ''&lt;/P&gt;&lt;P&gt;                            changing ld_ebeln_key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        wa_topnodes-nodekey = ld_ebeln_key.&lt;/P&gt;&lt;P&gt;        append wa_topnodes to it_topnodes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    loop at it_ekpo into wa_ekpo where ebeln eq wa_ekko-ebeln.&lt;/P&gt;&lt;P&gt;      perform add_ekpo_line using      wa_ekpo&lt;/P&gt;&lt;P&gt;                                       ld_ebeln_key&lt;/P&gt;&lt;P&gt;                              changing ld_ebelp_key.&lt;/P&gt;&lt;P&gt;    endloop.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;calculate totals&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method gd_tree-&amp;gt;update_calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;this method must be called to send the data to the frontend&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call method gd_tree-&amp;gt;frontend_update.&lt;/P&gt;&lt;P&gt;endform.                    " CREATE_ALVTREE_HIERARCHY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Add code to to the ALV Tree user command functionality&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXAMPLE CODE used for demonstration purpose **&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="49" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      CLASS lcl_toolbar_event_receiver IMPLEMENTATION&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      ........                                                    *&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;STRONG&gt;----&lt;/STRONG&gt;&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;class lcl_toolbar_event_receiver implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  method on_function_selected.&lt;/P&gt;&lt;P&gt;    data: ls_gmsec type zgmsec,&lt;/P&gt;&lt;P&gt;           ld_answer type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    case fcode.&lt;/P&gt;&lt;P&gt;      when 'CHNG'.&lt;/P&gt;&lt;P&gt;        data: ld_uname type zgmuserparam-uname.&lt;/P&gt;&lt;P&gt;        data: lt_selected_node type lvc_t_nkey.&lt;/P&gt;&lt;P&gt;        call method tree1-&amp;gt;get_selected_nodes&lt;/P&gt;&lt;P&gt;          CHANGING&lt;/P&gt;&lt;P&gt;            ct_selected_nodes = lt_selected_node.&lt;/P&gt;&lt;P&gt;        call method cl_gui_cfw=&amp;gt;flush.&lt;/P&gt;&lt;P&gt;        data l_selected_node type lvc_nkey.&lt;/P&gt;&lt;P&gt;        check not lt_selected_node[] is initial.&lt;/P&gt;&lt;P&gt;        read table lt_selected_node into l_selected_node index 1.&lt;/P&gt;&lt;P&gt;        call method tree1-&amp;gt;get_outtab_line&lt;/P&gt;&lt;P&gt;          EXPORTING&lt;/P&gt;&lt;P&gt;            i_node_key    = l_selected_node&lt;/P&gt;&lt;P&gt;          IMPORTING&lt;/P&gt;&lt;P&gt;            e_outtab_line = ls_gmsec.&lt;/P&gt;&lt;P&gt;        if ls_gmsec-uname is initial.&lt;/P&gt;&lt;P&gt;          message i010(ad) with 'Please choose a valid user'.&lt;/P&gt;&lt;P&gt;        else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      Example: i.e calls screen to allow user to make chnage&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          call screen 0300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;AT this point user has returned from a screen (i.e. 300) which&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;allowed them to make changes to existing data/node&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;The following code deletes all the existing nodes using the top&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;node table populated earlier&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          loop at it_topnodes into wa_topnodes.&lt;/P&gt;&lt;P&gt;            call method TREE1-&amp;gt;DELETE_SUBTREE&lt;/P&gt;&lt;P&gt;              EXPORTING&lt;/P&gt;&lt;P&gt;                i_node_key = wa_topnodes-nodekey.&lt;/P&gt;&lt;P&gt;          endloop.&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Now you need to re-select your data and re-build your hierarchy&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;from scratch. for example the code could look somthing like this.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          REFRESH: it_ekko, it_ekpo.&lt;/P&gt;&lt;P&gt;          SELECT ebeln&lt;/P&gt;&lt;P&gt;          UP TO 10 ROWS&lt;/P&gt;&lt;P&gt;            FROM ekko&lt;/P&gt;&lt;P&gt;            INTO corresponding fields of TABLE it_ekko.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          loop at it_ekko into wa_ekko.&lt;/P&gt;&lt;P&gt;            SELECT ebeln ebelp statu aedat matnr menge meins&lt;/P&gt;&lt;P&gt;                   netpr peinh&lt;/P&gt;&lt;P&gt;              FROM ekpo&lt;/P&gt;&lt;P&gt;              appending TABLE it_ekpo&lt;/P&gt;&lt;P&gt;             where ebeln eq wa_ekko-ebeln.&lt;/P&gt;&lt;P&gt;          endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          perform create_alvtree_hierarchy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2008 11:57:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347135#M802658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-05T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Refresh AVL TREE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347136#M802659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Done&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 21:07:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-avl-tree/m-p/3347136#M802659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T21:07:18Z</dc:date>
    </item>
  </channel>
</rss>

