<?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: Refreshing ALV Tree on Input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486225#M1556826</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;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD g_alv_tree-&amp;gt;frontend_update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD cl_gui_cfw=&amp;gt;flush&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        cntl_system_error = 1&lt;/P&gt;&lt;P&gt;        cntl_error        = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare g_alv_tree     refering to cl_gui_alv_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Dec 2010 09:27:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-12-06T09:27:04Z</dc:date>
    <item>
      <title>Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486224#M1556825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Save Environment. Save Yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Experts!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 screens in an application - left being ALV tree (in which user id is an item under a node) and at right I have an input field. Initially, item was showing X and even the input field. Once I changed input field to Y and saved, the value is being updated there but the item under ALV tree is still showing X. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I searched for this issue in SCN and found a lot. But none of the methods solved my problem. Can anybody please help?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with SET_SCREEN_UPDATE, FRONTEND_UPDATE, FREE etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:20:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486224#M1556825</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486225#M1556826</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;Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD g_alv_tree-&amp;gt;frontend_update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD cl_gui_cfw=&amp;gt;flush&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        cntl_system_error = 1&lt;/P&gt;&lt;P&gt;        cntl_error        = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declare g_alv_tree     refering to cl_gui_alv_tree.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:27:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486225#M1556826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486226#M1556827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. I have already tried it. It's not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486226#M1556827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486227#M1556828</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;Did you written in PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raghu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486227#M1556828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486228#M1556829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:35:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486228#M1556829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:35:39Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486229#M1556830</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 using...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PAI,&lt;/P&gt;&lt;P&gt;Where G_GRID- (Object for CL_GUI_ALV_TREE)&lt;/P&gt;&lt;P&gt;      CALL METHOD G_GRID-&amp;gt;FREE.&lt;/P&gt;&lt;P&gt;      CLEAR G_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO,&lt;/P&gt;&lt;P&gt;Again recreate the object .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 09:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486229#M1556830</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T09:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486230#M1556831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I tried this, entire ALV tree disappeared. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:05:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486230#M1556831</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486231#M1556832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have u recreated the object and displayed the ALV Tree in PBO?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:16:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486231#M1556832</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486232#M1556833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:20:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486232#M1556833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486233#M1556834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u change the value in ur input field and press save, do all the actions that has to be did at the table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, Free your ALV Tree object...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say,        CALL METHOD C_ALVGD-&amp;gt;FREE.&lt;/P&gt;&lt;P&gt;               CLEAR C_ALVGD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try performing CALL SCREEN 9000   -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Your Display screen. (call the same screen once again,&lt;/P&gt;&lt;P&gt;                                                                                immediately after freeing the object).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486233#M1556834</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486234#M1556835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. But still the problem persists... When I am FREEing the tree, the tree is disappearing. When I am going for some other options (like frontend_update etc.), it's not updating at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486234#M1556835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486235#M1556836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried calling the same screen, after freeing the objects....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486235#M1556836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486236#M1556837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, still the tree disappearing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486236#M1556837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486237#M1556838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the Object freeing writtern:&lt;/P&gt;&lt;P&gt;User_command -&amp;gt; Under Case ...Endcase -&amp;gt; When 'SAVE' -&amp;gt; after doing all the data processing - &amp;gt; free object -&amp;gt; Call Screen (Your display screen number)....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:47:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486237#M1556838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486238#M1556839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, this is what I have exactly done.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 10:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486238#M1556839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing ALV Tree on Input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486239#M1556840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see CHANGEITEM in the class, but when being used, it's giving error. Can somebody tell me why so? How can I access it. It's under public section only. Please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Dec 2010 11:06:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refreshing-alv-tree-on-input/m-p/7486239#M1556840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-06T11:06:59Z</dc:date>
    </item>
  </channel>
</rss>

