Show TOC

add_hierarchy_columnLocate this document in the navigation structure

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

  • ' ' : Column is visible

  • 'X' : Column is not visible

disabled

  • 'X' : Column cannot be selected

  • ' ' : Column can be selected

Note

You should only insert one text column below a hierarchy heading. Further columns should contain icons, checkboxes, or other classes of item.