‎2007 Jan 22 7:30 AM
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.
‎2007 Jan 22 8:07 AM
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
‎2007 Jan 22 8:25 AM
hi ,
Thanks a lot for your reply , but could get a check box selection at each node?
Thanks in advance,
Mithun
‎2007 Jan 22 8:32 AM
have you seen this demo program
SAPCOLUMN_TREE_CONTROL_DEMO
Raja