BUS_TIME is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Public: Reference Structure for CL_BUS_TIME" Information within sap ABAP programs. This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately. i.e. DATA: wa_BUS_TIME TYPE BUS_TIME.
The BUS_TIME table consists of various fields, each holding specific information or linking keys about Public: Reference Structure for CL_BUS_TIME data available in SAP. These include DATE_CHAR (Character Field Length = 10), DATE_FROM ('From' Date), DATE_TO ('To' Date), DATE_FROM_CHAR (Screen: 'From' Date in Character Format)... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .