Start of Content Area

Syntax documentation set_column_order_frozen  Locate the document in its SAP Library structure

In a column tree, the user can swap the positions of columns using the mouse. Use this method to disable and enable this feature.

CALL METHOD column_model->set_column_order_frozen
          EXPORTING frozen = frozen.

Parameter and Type

Opt.

Description

frozen
TYPE AS4FLAG

 

Specifies whether the column order is frozen. Possible values:

  • 'X' : Column order is frozen (cannot be changed by the user)
  • ' ' : Column order is not frozen (can be changed by the user)