cancel
Showing results for 
Search instead for 
Did you mean: 

Expanding Tree till Last Node, in one shot, in WebDynPro ABAP

Former Member
0 Kudos

Hi Colleagues,

I am working on this tree structure of technical objects where i need to Expand ALL the nodes of the tree in one click. Please let me know if this is posible.

Regards,

Anoop

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Anoop,

U have expand_node --> Use this method to expand a particular node

expand_nodes --> Use this method to expand a list of nodes

get_expanded_nodes -->This method returns a node table containing the keys of all expanded nodes

Check on to this link for further details hoe to implement inside ur coding.

http://help.sap.com/saphelp_erp2005/helpdata/en/1b/2a7536a9fd11d2bd6f080009b4534c/frameset.htm

Hope this helps u,

Regards,

Nagarajan.

Answers (0)