!--a11y-->
Use this method to change the attributes of one or more nodes in the Column Tree Model.

You cannot use this method to change the
CALL METHOD column_model->update_nodes
EXPORTING node_table = node_table.
Parameter and Type |
Opt. |
Description |
node_table |
An internal table in which each line represents one node whose attributes you want to change. You specify the key of the node, and enter a new value for each attribute that you want to change. Each changeable attribute also has a corresponding flag with the name U_<attribute> . You must check this flag for each attribute that you change.For example, if you want to change the hidden attribute for a node from ' ' (not hidden) to 'X' (hidden), you would enter 'X' in the HIDDEN field and 'X' in the field U_HIDDEN (to indicate that the field must be updated). If you want to change all of the changeable attributes for a given node, you should check the U_ALL field instead of all of the individual U_<attribute> flag fields.The line type of the table is made up as follows:
|