Show TOC

column_set_widthLocate this document in the navigation structure

Use this method to set the width of the column heading.

CALL METHOD column_tree->column_set_width
        EXPORTING column_name   = column_name
                width           = width
                width_pix       = width_pix
        EXCEPTIONS failed               = 1
                column_not_found        = 2
                hierarchy_column        = 3
                cntl_system_error       = 4.
         

Parameters

Description

column_name

Technical name of the column

width

Width of the heading

width_pix

  • ' X ': The width is interpreted in pixels.

  • ' ' : The width is interpreted in characters.