The RANGE_TABLE_ADDITIONAL_INFO table contains the additional info used by the range table.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The RANGE_TABLE_ADDITIONAL_INFO 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_ADDITIONAL_INFO |
|
The unique identifier of the range table additional information. It is generated by the SAP CC Cockpit application. | |||
| NAME |
|
The name of additional information used by the range table | ||||
| DATE_VALUE |
|
The value of the additional information when it is a date | ||||
| DESCRIPTION |
|
The description of the additional information used by the range table | ||||
| IN_ERROR_STATE |
|
Indicates whether the range table additional information is in error or not | ||||
| NUMBER_VALUE |
|
The value of the additional information when it is a number | ||||
| RANGETABLE_OID |
|
The unique identifier of the range table where the additional info is defined | ||||
| RELEASED_OID | IX_RANGE_TABLE_ADDITIONAL_INFO_RELEASED_OID |
|
The unique identifier of the released range table additional information when its is being modified | |||
| STATE | IX_RANGE_TABLE_ADDITIONAL_INFO_STATE |
|
The state of the range table additional information | |||
| STRING_VALUE |
|
The value of the additional information when it is a string | ||||
| TYPE |
|
The type of the additional info | ||||
| ERROR_CODE |
|
The error code of the additional info which indicates which parts of the additional info are in error |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the range table additional information. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RANGE_TABLE_ADDITIONAL_INFO |
| Definition | The name of additional information used by the range table |
| Type | NVARCHAR(256), NULL |
| Definition | The value of the additional information when it is a date |
| Type | DATETIME, NULL |
| Definition | The description of the additional information used by the range table |
| Type | NVARCHAR(2000), NULL |
| Definition | Indicates whether the range table additional information is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | The value of the additional information when it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The unique identifier of the range table where the additional info is defined |
| Type | DECIMAL(28), NOT NULL |
| Definition | The unique identifier of the released range table additional information when its is being modified |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RANGE_TABLE_ADDITIONAL_INFO_RELEASED_OID |
| Definition | The state of the range table additional information |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_RANGE_TABLE_ADDITIONAL_INFO_STATE |
| Definition | The value of the additional information when it is a string |
| Type | NVARCHAR(2000), NULL |
| Definition | The type of the additional info |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The error code of the additional info which indicates which parts of the additional info are in error |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the RANGE_TABLE_ADDITIONAL_INFO 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 |