Data Element list used by SAP ABAP Function Module BARC_ADD_LAYER (Create a layer (graphical element))
SAP ABAP Function Module
BARC_ADD_LAYER (Create a layer (graphical element)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BCFARBTYP | Color | SOURCE VALUE(COLOR_TYPE) LIKE TBCC-TYPE DEFAULT '00' |
|
| 2 | BCFORMTYP | Form type | SOURCE VALUE(FORM_TYPE) LIKE TBCF-TYPE DEFAULT SPACE |
|
| 3 | BCLAYERTYP | Type of graphic element | SOURCE VALUE(LAYER_KIND) LIKE TBCL-LAYER_TYPE DEFAULT 'R' |
|
| 4 | BCLAYFIRST | Index for first date in the graphic element | SOURCE VALUE(FIRSTDATE) LIKE TBCL-FIRSTDATE DEFAULT 1 |
|
| 5 | BCLAYHGHT | Height of graphic element | SOURCE VALUE(HEIGHT) LIKE TBCL-HEIGHT DEFAULT 400 |
|
| 6 | BCLAYOFFST | Vertical offset of the graphic element | SOURCE VALUE(OFFSET) LIKE TBCL-OFFSET DEFAULT 0 |
|
| 7 | BCLAYPRIO | Drawing level for graphic element | SOURCE VALUE(LAYPRIO) LIKE TBCL-LAYPRIO DEFAULT '0' |
|
| 8 | BCLAYSECND | Index for second date in graphic element | SOURCE VALUE(SECONDDATE) LIKE TBCL-SECONDDATE DEFAULT 2 |
|
| 9 | BCLAYSYTYP | Predefined symbol | SOURCE VALUE(SYMBOLTYPE) LIKE TBCL-SYMBOLTYPE DEFAULT '01' |
|
| 10 | BCLAYTYP | Graphic element type | SOURCE VALUE(LAYER_TYPE) LIKE TBCL-TYPE DEFAULT '00' |
|
| 11 | BCOBJID | Object identification in bar chart | ||
| 12 | GRWINID | Window ID in graphic | SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE |