2007 Mar 16 4:46 AM
Hi all,
I developed 2 trees by using CL_GUI_SIMPLE_TREE, which method gives the subnodes of a selected node..
Thank you,
2007 Mar 16 5:19 AM
HI,
Please try program 'SAPSIMPLE_TREE_CONTROL_DEMO', sample program of tree controls.
Regards,
YK
2007 Mar 16 5:24 AM
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'.