Parameter | Reference | Type | Length | Default | Optional | Text |
---|---|---|---|---|---|---|
CONTAINER | C | C | 0 | X | Screen element name 'custom control' | |
HEADER | C | C | 0 | X | Header (plot area) | |
HEIGHT | I | I | 4 | X | Control height | |
INSTANCE | GFW_CU_STR | 0 | 'PD_GRAPHIC' | X | Operation | |
LEFT | I | I | 4 | X | Alignment with left edge of parent object | |
ORIENTATION | I | I | 4 | 1 | X | Analysis method for data tables |
PARENT | ANY | A | 0 | X | Container object in which the graphic is placed | |
PRESENTATION_TYPE | I | I | 4 | Diagram type | ||
TOP | I | I | 4 | X | Alignment with upper edge of parent object | |
WIDTH | I | I | 4 | X | Control width | |
X_AXIS_TITLE | GFWLABEL | C | 80 | X | ||
Y_AXIS_TITLE | GFWLABEL | C | 80 | X |
Parameter | Reference | Type | Length | Text |
---|---|---|---|---|
RETVAL | SYMSGNO | N | 3 | First error |
Parameter | Reference | Length | Optional | Text |
---|---|---|---|---|
COLUMN_LABELS | GPRTXTLA | 120 | X | |
COLUMN_TEXTS | GPRTXT | 40 | Column texts (maximum 32) | |
ROW_LABELS | GPRTXTLA | 120 | X | |
VALUES | GPRVAL | 296 | Row texts and (up to 32) values for each row |
Exception | Text |
---|---|
ERROR_OCCURRED | GFW error |
Functionality Parameters
Container object in which the graphic is to be placed (PARENT must havethe data type TYPE REF TO CL_GUI_CONTAINER). Alignment/upper edge of the parent object Alignment/left hand edge of the parent object Height of the control Width of the control Diagram type = type in which all data series are represented (lines,points, vertical bar, pie ...) The presentation type is determined by the constants in type group GFW(please refer to the documentation for the parameterPRESENTATION_TYPE). Header (plot area) Specifies how the data tables are interpreted Title/label for the X-axis Title/label for the Y-axis Tables with the data to be displayed Table contains headings for the unique texts for the rows/columns Example Notes Description Description Description Description Description Description Lines: 3 lines, X-axis with headings TXT1 and TXT2. Legend for the lines withthe headings i, ii and iii. Columns: 2 groups of columns each with 3 columns X-axis with TXT1 and TXT2 asheadings each under the groups of columns, legend for the columns foreach group with i, ii and iii as headings. Lines: 2 Lines, X-axis with i, ii and iii as headings, legend for the lineswith TXT1 and TXT2 as headings. Columns: 3 groups of columns each with 2 columns, X-axis with i, ii and iii eachunder the column groups as headings, legend for the columns of eachgroup with TXT1 and TXT2 as headings. Value range Default Description Description Note: Time values must be specified in the format YYYYMMDDhhmmss! The contents of the constants may change in the future! Please note that a graphics product may not support a specific display.In this case you have to change the priorities in product management orselect another type of display. Description Description Description Description Description Description Description Description |