Show TOC

set_column_orderLocate this document in the navigation structure

Use this method to set a new sequence for the columns.

CALL METHOD column_tree->set_column_order
        EXPORTING columns               = columns
        EXCEPTIONS cntl_system_error    = 1
                dp_error                = 2
                failed                  = 3 
                column_not_found        = 4
                hierarchy_column        = 5
                wrong_column_set        = 6.
         

Parameters

Description

columns

Internal table containing the defined columns in their new sequence.

The parameter is defined with reference to type treev_cona .