They are composed of range table ranges. See the RANGE_TABLE_RANGE table.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The RANGE_TABLE_RANGE_SET_KEY 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_RANGE_SET_KEY |
|
The unique identifier of the range table range set key. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of the range table set key | ||||
| IN_ERROR_STATE |
|
Indicates whether the range table range set key is in error or not | ||||
| CHILD_IN_ERROR |
|
The number of ranges in error in the range table range set key | ||||
| ERROR_CODE |
|
The error code of the range table range set key. It indicates which parts of the range table range set key are in error | ||||
| IN_01 |
|
The value of the first input of the range table range set key (string type) | ||||
| IN_02 |
|
The value of the second input of the range table range set key (string type) | ||||
| IN_03 |
|
The value of the third input of the range table range set key (string type) | ||||
| IN_04 |
|
The value of the fourth input of the range table range set key (string type) | ||||
| IN_05 |
|
The value of the fifth input of the range table range set key (string type) | ||||
| RELEASED_OID | IX_RANGE_TABLE_RANGE_SET_KEY_RELEASED_OID |
|
The unique identifier of the released range table range set key when its is being modified | |||
| RANGETABLEVERSION_OID |
|
The unique identifier of the range table version that owns the range table range set key | ||||
| STATE | IX_RANGE_TABLE_RANGE_SET_KEY_STATE |
|
The state of the range table set key | |||
| SORT_PRIORITY |
|
Used by SAP CC Cockpit user interface to sort the range table range set keys. |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the range table range set key. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RANGE_TABLE_RANGE_SET_KEY |
| Definition | The name of the range table set key |
| Type | NVARCHAR(256), NULL |
| Definition | Indicates whether the range table range set key is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The number of ranges in error in the range table range set key |
| Type | DECIMAL(10), NOT NULL |
| Definition | The error code of the range table range set key. It indicates which parts of the range table range set key are in error |
| Format |
There is one bit for each input and the sixth bit means that there are duplicate inputs.
For example, |
| Type | DECIMAL(10), NOT NULL |
| Definition | The value of the first input of the range table range set key (string type) |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the second input of the range table range set key (string type) |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the third input of the range table range set key (string type) |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the fourth input of the range table range set key (string type) |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the fifth input of the range table range set key (string type) |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the released range table range set key when its is being modified |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RANGE_TABLE_RANGE_SET_KEY_RELEASED_OID |
| Definition | The unique identifier of the range table version that owns the range table range set key |
| Type | DECIMAL(28), NOT NULL |
| Definition | The state of the range table set key |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_RANGE_TABLE_RANGE_SET_KEY_STATE |
| Definition | Used by SAP CC Cockpit user interface to sort the range table range set keys. |
| Type | DECIMAL(10), NOT NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the RANGE_TABLE_RANGE_SET_KEY 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 |