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

Need help in tree control

Former Member
0 Likes
448

hi all,

I have been trying to have a tree control with the multiple selection option, posssibly with a check box at each node , which when checked can return the selected node.will Cl_gui_column_tree work? but i dont need colums .

Thanks in advance.

Mithun.

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
413

Hello Mithun

You should use CL_GUI_COLUMN_TREE if the part of your data that is not used for the "tree structure" is homogenous, i.e. all rows have the same structure.

If, however, the rows have different structures then you could use CL_GUI_SIMPLE_TREE or CL_GUI_SIMPLE_TREE_MODEL.

Regards

Uwe

Read only

0 Likes
413

hi ,

Thanks a lot for your reply , but could get a check box selection at each node?

Thanks in advance,

Mithun

Read only

0 Likes
413

have you seen this demo program

SAPCOLUMN_TREE_CONTROL_DEMO

Raja