<?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: add_node /  delete_subtree methods issue in ALV TREE with OOs in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986809#M952413</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it using a little trick that avoid me to add/delete nodes &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 09:25:05 GMT</pubDate>
    <dc:creator>SimoneMilesi</dc:creator>
    <dc:date>2008-07-04T09:25:05Z</dc:date>
    <item>
      <title>add_node /  delete_subtree methods issue in ALV TREE with OOs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986806#M952410</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;I got a strange issue with the ADD_NODE / DELETE_SUBTREE methods in an ALV-Tree with OOs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Tree, after an user pushes the "A" button, i add some nodes without a problem.&lt;/P&gt;&lt;P&gt;If an user pushes the "B" button, i delete these nodes.&lt;/P&gt;&lt;P&gt;I can make this thing only once, because if the user push again the "A" button, the program add again the nodes, but when try to delete them i got this message&lt;/P&gt;&lt;P&gt;                                                        &lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;Exception condition "NODE_KEY_NOT_IN_MODEL" raised.    &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I debugged the program but i didn't find any difference between the first time i add/delete nodes and the second time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyone has a good hint for the problem? :S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 14:44:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986806#M952410</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2008-06-11T14:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: add_node /  delete_subtree methods issue in ALV TREE with OOs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986807#M952411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Simone&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without any line of coding it is difficult to analyze the error.&lt;/P&gt;&lt;P&gt;Do you have sample report &lt;STRONG&gt;BCALV_TREE_DEMO&lt;/STRONG&gt; available in your SAP system? If so then have a look at its coding. It contains two additional toolbar functions for adding and deleting nodes without any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jul 2008 19:34:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986807#M952411</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-07-03T19:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: add_node /  delete_subtree methods issue in ALV TREE with OOs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986808#M952412</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 this type of error u would get when system cant get Parent node key.So when adding or deleting node plz check node key under which u are inserting or deleting . i think it would help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward point if find usefull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mayank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986808#M952412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T09:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: add_node /  delete_subtree methods issue in ALV TREE with OOs</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986809#M952413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved it using a little trick that avoid me to add/delete nodes &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 09:25:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/add-node-delete-subtree-methods-issue-in-alv-tree-with-oos/m-p/3986809#M952413</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2008-07-04T09:25:05Z</dc:date>
    </item>
  </channel>
</rss>

