Fonction SAP BARC_SET_COLUMN_ATTRIB - Set column attributes

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CHART_ID BCCOLUMWDT-CHART_ID I 4 Chart ID
FL BCVALS-FL C 2 Column attribute
INDEX BCCOLUMWDT-INDEX I 4 Column index
VAL BCVALS-VAL C 80 Attribute value

Exception Description
INVALID_FL Incorrect attribute
NO_COLOR_TYPE Color type missing
NO_MODIFY_VAL Value for modify attribute missing

This module is also available as the form routine 'SET_COLUMN_ATTRIB'.
Identification number of the chart where the table area column, whoseattributes are to be changed, is located.
The type of attribute determines how the value is used.
The following list shows all the types available, the resulting valuesfor the VAL field, as well as the the constants defined for the typesin the LBARCCON include file.
Type|(= Constant in include 'LBARCCON')
|Value to be specified in the VAL field
---+-------------------------------------------------------------------
'h'|(= BC_CONST-COLOR_TYPE):
|Color that sets the color for an entire column in the table area.
|If the specified color is not available, then the default color
|00 is used
'm'|(= BC_CONST-MODIFY):
|This attribute allows you to set all fields so that they are either
|available for entry or not
|Possible values for VAL:
|'0' --> no modifications allowed
|'1' --> modifications allowed
'?'|(=BC_CONST-SET_MENU):
|Sets a menu created by 'BARC_SET_POPUP_DATA' for the column.
's'|Sets select option for the column.
|Possible values for VAL:
|'0' --> Deselect column
|'1' --> Select column
|'2' --> Column cannot be selected
|'3' --> Column can be selected
'o'|Line for optimum column width
|'0' --> Off (Default)
|'1' --> On
Sequential index for the identification of columns per chart or pertable area.

Description
Depending on the attribute of a column, a valid value must be enteredhere. (see FL field)