Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

CL_GUI_SIMPLE_TREE

Former Member
0 Kudos

Hi,

I am using the methods of class CL_GUI_SIMPLE_TREE to add and remove nodes of a tree (ADD_NODES, DELETE_NODE).

How do I get back the table containing all the nodes? I cannot find any methods or attributes to help me.

Kind regards,

Keld Gregersen

2 REPLIES 2

Former Member
0 Kudos

Hi

If you have add or delete some nodes you should know that table, you shouldn't need to use a method for that.

Max

0 Kudos

Hi,

Yes it is possible to control it by the program itself, but

If the nodes has been moved, or the user has deleted a node which has nodes below, it would be much more easy just to call a method the get the node table instead of letting the progam have a internal table that should be controlled in same way when moving, adding and deleting nodes. The order of the nodes are very important.

Kind regards,

Keld Gregersen