!--a11y-->
Use this method to change the attributes of a column header. There are four attributes that you can change using this method. For each attribute that you change, you must also set the corresponding
UPDATE_<attribute name> parameter to 'X' .CALL METHOD column_model->update_column
EXPORTING name = name
hidden = hidden
disabled = disabled
alignment = alignment
header_image = header_image
header_text = header_text
header_tooltip = header_tooltip
width = width
update_hidden = update_hidden
update_disabled = update_disabled
update_alignment = update_alignment
update_header_image = update_header_image
update_header_text = update_header_text
update_header_tooltip = update_header_tooltip
update_width = update_width.
Parameter and Type |
Opt. |
Description |
name |
Name of the column | |
hidden |
X |
Flag indicating whether the column is hidden. Possible values: |
disabled |
X |
Flag indicating whether the column is disabled. Disabled columns cannot be selected. |
alignment |
X |
Alignment of the column. Possible values: |
header_image |
X |
Icon to be displayed in the column heading. Possible values: |
header_text |
X |
The text of the column heading |
header_tooltip |
X |
Text of the column heading tooltip. This is displayed whenever the mouse pointer is positioned over the heading. |
width |
Width of the column in characters | |
update_hidden |
X |
'X' if you entered a new value in hidden |
update_disabled |
X |
'X' if you entered a new value in disabled |
update_alignment |
X |
'X' if you entered a new value in alignment |
update_header_image |
X |
'X' if you entered a new value in header_image |
update_header_text |
X |
'X' if you entered a new value in header_text |
update_header_tooltip |
X |
'X' if you entered a new value in header_tooltip |
update_width |
X |
'X' if you entered a new value in width |