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: 

Subnodes of a Tree

Former Member
0 Kudos

Hi all,

I developed 2 trees by using CL_GUI_SIMPLE_TREE, which method gives the subnodes of a selected node..

Thank you,

2 REPLIES 2

yusuke_kimura
Discoverer
0 Kudos

HI,

Please try program 'SAPSIMPLE_TREE_CONTROL_DEMO', sample program of tree controls.

Regards,

YK

Former Member
0 Kudos

u have to handle any of the events node_double_click or item_double_click and from that we have to get node_key.that will give u the sub node name.

see the demo program 'SAPsimple_TREE_CONTROL_DEMO'.