They are composed of range table range set keys. See the RANGE_TABLE_RANGE_SET_KEY table.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The RANGE_TABLE_VERSION table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by | Definition |
|---|---|---|---|---|---|---|
| OID | PK_RANGE_TABLE_VERSION |
|
The unique identifier of the range table version. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of the range table version | ||||
| IN_ERROR_STATE |
|
Indicates whether the range table version is in error or not | ||||
| CHILD_IN_ERROR |
|
The number of range set keys in error in the range tables version | ||||
| RELEASED_OID | IX_RANGE_TABLE_VERSION_RELEASED_OID |
|
The unique identifier of the released range table version when its is being modified | |||
| START_DATE |
|
The start date of the validity period of the range table version | ||||
| STATE | IX_RANGE_TABLE_VERSION_STATE |
|
The state of the range table version | |||
| END_DATE |
|
The end date of the validity period of the range table version | ||||
| RANGETABLE_OID |
|
The unique identifier of the range table that owns the range table version |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the range table version. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RANGE_TABLE_VERSION |
| Definition | The name of the range table version |
| Type | NVARCHAR(256), NULL |
| Definition | Indicates whether the range table version is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The number of range set keys in error in the range tables version |
| Type | DECIMAL(10), NOT NULL |
| Definition | The unique identifier of the released range table version when its is being modified |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RANGE_TABLE_VERSION_RELEASED_OID |
| Definition | The start date of the validity period of the range table version |
| Type | DATETIME, NULL |
| Definition | The state of the range table version |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_RANGE_TABLE_VERSION_STATE |
| Definition | The end date of the validity period of the range table version |
| Type | DATETIME, NULL |
| Definition | The unique identifier of the range table that owns the range table version |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the RANGE_TABLE_VERSION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RELEASED_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |