Paramètre | Reférence | Type | Long. | Valeur par déf. | Facultatif | Description |
---|---|---|---|---|---|---|
CHART_TYPE | BCCHART-TYPE | C | 2 | '00' | X | Chart type |
COLUMN_ANZ | BCCHART-COLUMN_ANZ | I | 4 | 1 | X | Number of columns in table area |
INDEX | BCCHART-INDEX | I | 4 | 1 | X | Index |
SIZE | BCCHART-SIZE | I | 4 | 500 | X | Chart height |
WINID | NET_GRAPH-WINID | C | 8 | SPACE | X | Window ID |
Paramètre | Reférence | Type | Long. | Description |
---|---|---|---|---|
ID | BCCHART-ID | I | 4 | Chart identification |
Exception | Description |
---|---|
INV_WINID | Incorrect window ID |
This module is also available as the form routine 'ADD_CHART'. Chart identification. Specifies the chart type. The chart types are maintained in the customizing. If a type which is not provided in the current graphics profile isdefined here, the default type '00' is used. Number of columns in the table part of the chart. A maximum of 15 columns is permitted. Determines the chart sequence in the window. Determines the vertical height of the chart in pixels.If the Window ID is set, it must be 'BARCx', where x must have the valueSPACE, 1 to 9 or A to Z; see interactive programming. |