Application Development and Automation 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: 
Read only

List tree

Former Member
0 Likes
319

Hi all,

I am using the cl_gui_list_tree. In tree display I managed all the nodes are with checkboxes. As usual this tree has the hierarchy. Now If checked the root node, then how can check all the lower level nodes of the root.

Thanks and Regards,

Balakrishna.N

1 ACCEPTED SOLUTION
Read only

agnihotro_sinha2
Active Contributor
0 Likes
289

hi,

use this method :

CL_TREE_CONTROL_BASR=>NODE_SEL_MODE_MULTIPLE

I have used in GRID layout. not sure about List display.

ags.

1 REPLY 1
Read only

agnihotro_sinha2
Active Contributor
0 Likes
290

hi,

use this method :

CL_TREE_CONTROL_BASR=>NODE_SEL_MODE_MULTIPLE

I have used in GRID layout. not sure about List display.

ags.