Data Element list used by SAP ABAP Function Module BARC_ADD_SECTION (Create a section of the time axis)
SAP ABAP Function Module
BARC_ADD_SECTION (Create a section of the time axis) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BCSECSTART | Start date of section in bar chart | SOURCE VALUE(START) LIKE BCSECTION-START |
|
| 2 | BCSECTID | Identification for section in time axis of bar chart | SOURCE VALUE(ID) LIKE BCSECTION-ID |
|
| 3 | BCSECTSIZE | Width of section in time axis of bar chart | SOURCE VALUE(SIZE) LIKE BCSECTION-SIZE DEFAULT 100 |
|
| 4 | BCTIMEUNIT | Unit in time axis of bar chart | SOURCE VALUE(UNIT) LIKE BCSECTION-UNIT DEFAULT '5' |
|
| 5 | GRWINID | Window ID in graphic | SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE |
|