Fonction SAP BARC_SET_ROW_ATTRIB - Set line attributes

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
CHART_ID BCPOSITION-CHART_ID I 4 Chart identification
FL BCVALS-FL C 2 Line attribute
ROW_NUMBER BCPOSITION-ROW_NUMBER I 4 Line number
VAL BCVALS-VAL C 80 Attribute value

Exception Description
INVALID_FL
NO_CHART_TYPE
NO_COLOR_TYPE
NO_ENLARGE_VAL
NO_SELECT_VAL

This module is also available as the form routine 'SET_ROW_ATTRIB'.

Description
Identification number of the chart containing the lines whoseattributes should be changed.

Description
The attribute type determines the use of the value. The followingdisplays all available types, the values resulting from them for thefield VAL, as well as the constants created for the types in theInclude file LBARCCON.

Value range
Type|(= Constant in Include 'LBARCCON')
|Value to be specified in the field VAL
----+------------------------------------------------------------------
h |(= BC_CONST-COLOR_TYPE):
|Color type that sets the color for a whole line in the diagram
|area. If the specified color type does not exist then the default
|color type 00 is used.
e |(= BC_CONST-ENLARGED_ROW):
|With this attribute you can can open up a line containing
|overlapping nodes.
|Possible values for the field VAL:
|0 --> Collapse
|1 --> Expand
s |(= BC_CONST-SELECTED_ROW):
|With this attribute you can select a line. The selection can only
|be displayed through inversion.
|Possible values for the field VAL:
|0 --> line is not selected
|1 --> line is selected
cc |(= BC_CONST-SET_CHART_COLOR):
|With this attribute you can reset the color that was assigned to a
|line. In the field VAL you must specify the chart type of thechart
|containing the relevant line.
w |BC_CONST-ROW_WIDTH
|Height of the line 1/100 mm.
p |Add overlapping layer. VAL contains the layer type.
q |Removes overlapping layer. VAL contains the layer type.

Description
Number of the line whose attribute should be changed.

Description
Enter a value appropriate for the column attribute (see field FL).