<?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 ALV-TREE Problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288592#M786782</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; I am displaying data in ALV Tree. In ALV tree, there is some line items for each of the node. When the user click on the line item and press the button which is on the application toolbar, some Ztable will be updated. Its working when i go back to the selection screen and execute again. But my requirement is, it has to reflected immidiately when the data is changed. Though i am displaying the updated data in the ALV tree, it has to reflected immediately when the user press the button which is there in the application tool bar. Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyaranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Jan 2008 10:26:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-02T10:26:06Z</dc:date>
    <item>
      <title>ALV-TREE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288592#M786782</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; I am displaying data in ALV Tree. In ALV tree, there is some line items for each of the node. When the user click on the line item and press the button which is on the application toolbar, some Ztable will be updated. Its working when i go back to the selection screen and execute again. But my requirement is, it has to reflected immidiately when the data is changed. Though i am displaying the updated data in the ALV tree, it has to reflected immediately when the user press the button which is there in the application tool bar. Please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyaranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288592#M786782</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T10:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-TREE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288593#M786783</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;  Try to use statement &lt;STRONG&gt;Commit work&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Or else, call a functionmodule which sleeps for 1 or 2 sec.&lt;/P&gt;&lt;P&gt;At times, few database updations take some time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: AB_SLEEP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sailaja.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 10:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288593#M786783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-TREE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288594#M786784</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 the response.The data is updated in ztable immidiately when i checked the button on the application toolbar. But i want the data to be updated in ALV tree when the user click on that button. Infact i am getting the updated the data if i go back and execute the report again. But i want immidiate reflection on the ALV tree when the user change the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Immediate answer will be appreciated. Is there anything to be done on the ALV tree?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyaranjan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 13:17:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288594#M786784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T13:17:53Z</dc:date>
    </item>
    <item>
      <title>Re: ALV-TREE Problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288595#M786785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i think that you can solve this problem using this metods of the class alv_tree:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD alv_tree-&amp;gt;change_item   &lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              i_node_key     = i_node_key     " Node that i have to change&lt;/P&gt;&lt;P&gt;              i_fieldname    = 'KUNNR'          " Field name &lt;/P&gt;&lt;P&gt;              i_data         = lv_kunnr             " Value&lt;/P&gt;&lt;P&gt;              i_u_data       = 'X'                     " flag for changing value&lt;/P&gt;&lt;P&gt;            EXCEPTIONS&lt;/P&gt;&lt;P&gt;              node_not_found = 1&lt;/P&gt;&lt;P&gt;              OTHERS         = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL METHOD alv_tree-&amp;gt;frontend_update.  " update the frontend&lt;/P&gt;&lt;P&gt;          cl_gui_cfw=&amp;gt;flush( ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 17:10:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem/m-p/3288595#M786785</guid>
      <dc:creator>mnicolai_77</dc:creator>
      <dc:date>2008-01-02T17:10:06Z</dc:date>
    </item>
  </channel>
</rss>

