Data Element list used by SAP ABAP Function Module BARC_ADD_GRID (Create a Time Fence (Grid))
SAP ABAP Function Module
BARC_ADD_GRID (Create a Time Fence (Grid)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | BCCALID | Identification for calendar in bar chart | SOURCE VALUE(CALENDAR_ID) LIKE BCGRIDS-CALEND_ID OPTIONAL |
|
| 2 | BCCHARTID | Identification of chart in bar chart | SOURCE VALUE(CHART_ID) LIKE BCGRIDS-CHART_ID |
|
| 3 | BCFARBTYP | Color | SOURCE VALUE(COLOR_TYPE) LIKE BCGRIDS-COLOR_TYPE DEFAULT '00' |
|
| 4 | BCGRIDSID | Identification of grid in bar chart | SOURCE VALUE(ID) LIKE BCGRIDS-ID |
|
| 5 | BCGRIDTYPE | Type of grid in bar chart | SOURCE VALUE(GRID_TYPE) LIKE BCGRIDS-TYPE DEFAULT 'L' |
|
| 6 | BCSECTID | Identification for section in time axis of bar chart | SOURCE VALUE(SECTION_ID) LIKE BCGRIDS-SECTION_ID OPTIONAL |
|
| 7 | BCTIMEUNIT | Unit in time axis of bar chart | SOURCE VALUE(UNIT) LIKE BCGRIDS-UNIT DEFAULT '3' |
|
| 8 | GRWINID | Window ID in graphic | SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE |
|