2010 Jun 22 6:03 AM
I am having a requirement to delete the ALV tree node.
Using delete_subtree method, I am able to delete the node in ALV tree but after deletion the tree is returning the wrong index whenever I select any node.
delete_subtree method successfully deletes the entry in the node table (the internal table we passed in the method set_table_for_first_display). What would be the problem?
Thanks a lot in advance!!!!
I am having a requirement to delete the ALV tree node.
Using delete_subtree method, I am able to delete the node in ALV tree but after deletion the tree is returning the wrong index whenever I select any node.
delete_subtree method successfully deletes the entry in the node table (the internal table we passed in the method set_table_for_first_display). What would be the problem?
Thanks a lot in advance!!!!
2010 Jun 24 1:33 PM
solved myself... All tree manipulations will return node_key.. we should not check with the node table (table that we are passing in set_table_first_display).. It is better to have a separate table maintaining node_key...
2012 Jun 06 4:14 PM
Hello Benu, I have the equal problem, can you explain the solutions?.
Thank you.