Fonction SAP BARC_SET_CHART_ATTRIB - Set chart attributes

Paramètre Reférence Type Long. Valeur par déf. Facultatif Description
FL BCVALS-FL C 2 Attribute type
ID BCVALS-ID I 4 Identification
VAL BCVALS-VAL C 80 Attribute value


This module is also available as the form routine 'SET_CHART_ATTRIB'.
The attribute type determines how the value is used.
The following list shows all types that are available, the resultingvalues for the field VAL, as well as the constants defined for thesetypes in the LBARCCON include file.
Type|(= Constant in include 'LBARCCON')
|Value to be entered in the field VAL
---+-------------------------------------------------------------------
'b'|(= BC_CONST-CHART_BORDER_BOX):
|Border box ID for the chart title
't'|(= BC_CONST-CHART_TITLE_BOX):
|Title box ID for the title of the table area.
'r'|(= BC_CONST-CHART_EMPTY_ROWS):
|Empty lines after the last lines filled
's'|(= BC_CONST-CHART_VERTICAL_SIZE):
|Vertical height of the chart
'c'|(= BC_CONST-CHART_CENTER_TO_BOX):
|Vertical positioning of chart contents in the box whose
|identification is specified in the VAL field.
'f'|(= BC_CONST-DEFAULT_BOX_FORM):
|Default form type for inserting boxes in the non-confirm mode.
'n'|(= BC_CONST-DEFAULT_NODE_FORM):
|Default form type for inserting nodes in the non-confirm mode.
'h'|(= BC_CONST-DEFAULT_INS_COLOR):
|Default color for inserting
'l'|(= BC_CONST-DEFAULT_LINK_MARKCOL):
|Color for selecting links that currently cannot be otherwise
|marked.
'1'|(= BC_CONST-TABLETITLE_COLOR):
|Color for the background of the title
'2'|(= BC_CONST-TIMESCALE_COLOR):
|Color for the background of the time axis
'3'|(= BC_CONST-TABLESECTION_COLOR):
|Color for the background of the table area.
'4'|(= BC_CONST-DIAGRAMSECTION_COLOR):
|Color for the background of the diagram area.
'D'|(= BC_CONST-FORMFIELD_FOR_SELECT):
|Format field which is to be used as check box for the selection
|in the table area. This field may then only be used for the
|selection and not for the text output.
'E'|(= BC_CONST-TEXT_FOR_SELECT):
|Text which is displayed in the check box if this was selected.
'K'|(= BC_CONST-TEXT_FOR_UNSELECT):
|Text which is displayed in the check box if this is not selected.
|If after the first loading the text is also to be displayed that
was
|set for the event that the check box is not selected then every box
|should be indicated as not selected. This procedure is only
|necessary for the initial loading.
'M'|(= BC_CONST-COLOR_FOR_SELECT):
|Color type, the colors of which are used in the case of a 3D
|selection to underlay the selected table rows in color in the table
|area as well.
'w'|(= BC_CONST-DEFAULT_HEIGHT)
|Default height for new lines to be inserted.
'a'|(= BC_CONST-MULTI_LINE_CONFIRM)
|If VAL = 'x' when moving several nodes simultaneously they arereset
|on different rows, otherwise on the one on which the mouse cursoris
|positioned.
'g'|Number of fixed columns left/right in the table area.
|The condition is that when customizing the chart the fixed columns
|are active.
|e.g. 2 columns left VAL = '2'
| 2 left and 3 right VAL = '2/3'
'o'|When VAL = 'X' outlying fields are surrounded by pickmarks. The
|default is set so that these are not considered.
'u'|(= BC_CONST-OVERLAP_LAYER)
|sets the layer type that is used in the chart to display
|overlapping.
'x'|Represents the screen symbol file specified under VAL as background
|for the table area. (see remark under 'z')
'y'|Represents the screen symbol file specified under VAL as background
|for the graph area. (see remark under 'z')
'z'|Represents the screen symbol file specified under VAL as background
|for the chart.
|The available screen symbol files are maintained in the table TGMF.
|This function is not provided on all platforms.
'!'|(= BC_CONST-WIZARD_TEXT)
|Name of the object in customizing wizard
'q'|Actions which are to be suppressed in the chart can be compiled as
|desired by addition under standing numbers.
|VAL = 1 insert layers and nodes
| 2 insert boxes
| 4 modify boxes
| 8 move nodes and layers
| 16 move boxes
| 32 scale nodes and layers
| 64 link nodes
| 128 change chart height/width
| 256 change column width
| 512 swap columns
| 1024 change row height
'p'|Adds a border box (ID in VAL) to the bottom of the chart.
|You can see this on the print preview only. You can use it to
|display administration information.
'i'|Set color type for non-editable fields
'v'|Set color type for editable fields
'?'|(= BC_CONST-SET_MENU) Object-specific menu
Chart identification.
The value specified here depends on the type of attribute (comp. field'FL').