<?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 problem in refreshing ( get a dump when refresh) ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889461#M1326176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TinhLangTham ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cumulute call of your dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP1 --&amp;gt; Action --&amp;gt; Call again DYNP1 --&amp;gt; action --&amp;gt; Call again DYNP1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when you leave or anything else, you will need to close 3 times DYNP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look where you call and how, the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can choose the other way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to to CL_GUI_ALV_TREE and not CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CL_GUI_ALV_TREE REFRESH_TABLE_DISPLAY is a private method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try using method FRONTEND_UPDATE of CL_GUI_ALV_TREE .&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;&lt;/P&gt;&lt;P&gt;Saurabh goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jul 2009 05:07:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-14T05:07:55Z</dc:date>
    <item>
      <title>ALV tree problem in refreshing ( get a dump when refresh) ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889460#M1326175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my program I use ALV tree to display the data like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Root&lt;/P&gt;&lt;P&gt;   Child 1&lt;/P&gt;&lt;P&gt;      Child 1 1&lt;/P&gt;&lt;P&gt;      Chiild 1 2&lt;/P&gt;&lt;P&gt;  Child 2&lt;/P&gt;&lt;P&gt;     Child 2 1&lt;/P&gt;&lt;P&gt;     Child 2 2&lt;/P&gt;&lt;P&gt;....................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I refresh data ( internal table) , If there's no new node ( for example : add child 3)  , It 's OK but if there's new record in the internal table ,,,when refresh there will be a dump... in my opinion, The new node must have a new node key? But I do not find a solution...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please help me?&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>Tue, 14 Jul 2009 03:15:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889460#M1326175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T03:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree problem in refreshing ( get a dump when refresh) ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889461#M1326176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi TinhLangTham ,&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you cumulute call of your dynpro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DYNP1 --&amp;gt; Action --&amp;gt; Call again DYNP1 --&amp;gt; action --&amp;gt; Call again DYNP1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when you leave or anything else, you will need to close 3 times DYNP1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look where you call and how, the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can choose the other way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;refer to to CL_GUI_ALV_TREE and not CL_GUI_ALV_GRID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In CL_GUI_ALV_TREE REFRESH_TABLE_DISPLAY is a private method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; try using method FRONTEND_UPDATE of CL_GUI_ALV_TREE .&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;&lt;/P&gt;&lt;P&gt;Saurabh goel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 05:07:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889461#M1326176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T05:07:55Z</dc:date>
    </item>
    <item>
      <title>Re: ALV tree problem in refreshing ( get a dump when refresh) ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889462#M1326177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you are using CL_GUI_ALV_TREE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;CALL METHOD TREE1-&amp;gt;EXPAND_NODE&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     I_NODE_KEY       = ALL_KEY&lt;/P&gt;&lt;P&gt;     I_EXPAND_SUBTREE = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ALL_KEY' is the root node of the tree.therfore will refresh the whole tree, with subtree thus it may solve your problem.&lt;/P&gt;&lt;P&gt;Try the code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks and regards&lt;/P&gt;&lt;P&gt;Aditi Wason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2009 05:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv-tree-problem-in-refreshing-get-a-dump-when-refresh/m-p/5889462#M1326177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-14T05:50:34Z</dc:date>
    </item>
  </channel>
</rss>

