
Use this method to insert a new column. It is inserted below the hierarchy heading.
CALL METHOD column_tree->add_hierarchy_column
EXPORTING name = name
hidden = hidden
disabled = disabled
EXCEPTIONS column_exists = 1
illegal_column_name = 2
too_many_columns = 3
cntl_system_error = 4
failed = 5.
|
Parameters |
Description |
|---|---|
|
name |
Technical name of the column |
|
hidden |
|
|
disabled |
|
You should only insert one text column below a hierarchy heading. Further columns should contain icons, checkboxes, or other classes of item.