Data Element list used by SAP ABAP Function Module BARC_ADD_TIME_OBJECT (Create a time object)
SAP ABAP Function Module BARC_ADD_TIME_OBJECT (Create a time object) is using
# Object Type Object Name Object Description Note
     
1 Data Element  BCTIMEFL Attribute type of time object SOURCE VALUE(FL) LIKE BCTIMEOBJ-FL DEFAULT SPACE
2 Data Element  BCTIMEOBID Identification for time objects in bar chart SOURCE VALUE(ID) LIKE BCTIMEOBJ-ID
3 Data Element  BCTIMERVAL Value for recurrent time objects SOURCE VALUE(R_VAL) LIKE BCTIMEOBJ-R_VAL DEFAULT SPACE
4 Data Element  BCTIMETYPE Type of time oject in bar chart SOURCE VALUE(TIMEOBJECT_TYPE) LIKE BCTIMEOBJ-TYPE DEFAULT 'U'
5 Data Element  BCTIMEVAL Values for unique time objects SOURCE VALUE(U_VAL) LIKE BCTIMEOBJ-U_VAL DEFAULT SPACE
6 Data Element  GRWINID Window ID in graphic SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE