Table/Structure Field 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 Table/Structure Field  BCTIMEOBJ - FL Attribute type of time object
2 Table/Structure Field  BCTIMEOBJ - FL Attribute type of time object SOURCE VALUE(FL) LIKE BCTIMEOBJ-FL DEFAULT SPACE
3 Table/Structure Field  BCTIMEOBJ - ID Identification for time objects in bar chart
4 Table/Structure Field  BCTIMEOBJ - ID Identification for time objects in bar chart SOURCE VALUE(ID) LIKE BCTIMEOBJ-ID
5 Table/Structure Field  BCTIMEOBJ - R_VAL Value for recurrent time objects
6 Table/Structure Field  BCTIMEOBJ - R_VAL Value for recurrent time objects SOURCE VALUE(R_VAL) LIKE BCTIMEOBJ-R_VAL DEFAULT SPACE
7 Table/Structure Field  BCTIMEOBJ - TYPE Type of time oject in bar chart
8 Table/Structure Field  BCTIMEOBJ - TYPE Type of time oject in bar chart SOURCE VALUE(TIMEOBJECT_TYPE) LIKE BCTIMEOBJ-TYPE DEFAULT 'U'
9 Table/Structure Field  BCTIMEOBJ - U_VAL Values for unique time objects
10 Table/Structure Field  BCTIMEOBJ - U_VAL Values for unique time objects SOURCE VALUE(U_VAL) LIKE BCTIMEOBJ-U_VAL DEFAULT SPACE
11 Table/Structure Field  NET_GRAPH - WINID Window ID in graphic
12 Table/Structure Field  NET_GRAPH - WINID Window ID in graphic SOURCE VALUE(WINID) LIKE NET_GRAPH-WINID DEFAULT SPACE
13 Table/Structure Field  SYST - TABIX ABAP System Field: Row Index of Internal Tables
14 Table/Structure Field  SYST - UZEIT ABAP System Field: Current Time of Application Server