The RANGE_TABLE table contains the basic definition of the range tables
stored in the pricing catalog of a service provider.
They are composed of range table versions. See the RANGE_TABLE_VERSION table.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The RANGE_TABLE 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 |
|
The unique identifier of the range table. It is generated by the SAP CC Cockpit application. | |||
| NAME | IX_RANGE_TABLE_NAME |
|
The name of the range table | |||
| CATALOG | IX_RANGE_TABLE_CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the range table | ||
| CC_OID |
|
The unique identifier of the range table in the SAP CC Core Server system | ||||
| DESCRIPTION |
|
The description of the range table | ||||
| IN_ERROR_STATE |
|
Indicates whether the range table is in error or not | ||||
| CHILD_IN_ERROR |
|
The number of versions in error in the range table | ||||
| ADD_INFO_IN_ERROR |
|
The number of additional information in error in the range table | ||||
| ERROR_CODE |
|
The error code of the range table | ||||
| IS_LOCKED_BY_ME |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| LOCKING_USER |
|
The name of the SAP CC user who opened the range table in creation or modification | ||||
| OBJECT_CHANGE_NUMBER |
|
The change number of the range table | ||||
| RELEASED_OID |
|
The unique identifier of the released range table when its is being modified | ||||
| STATE | IX_RANGE_TABLE_STATE |
|
The state of the range table | |||
| LAST_CHANGE |
|
The last creation or modification date of the range table | ||||
| AGREEMENT_ID | IX_RANGE_TABLE_AGREEMENT_ID |
|
The agreement ID of the range table | |||
| RANGE_TABLE_CLASS_NAME | IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME |
|
The name of the range table class that defines the structure of the range table | |||
| UNSAVED_CHANGES |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| RANGE_TABLE_CLASS_STRUCTURE_HASH |
|
The hash of the columns of the associated range table class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the range table. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RANGE_TABLE |
| Definition | The name of the range table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_RANGE_TABLE_NAME |
| Definition | The name of the pricing catalog that owns the range table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_RANGE_TABLE_CATALOG |
| Definition | The unique identifier of the range table in the SAP CC Core Server system |
| Type | DECIMAL(28), NULL |
| Definition | The description of the range table |
| Type | VARCHAR(2000), NULL |
| Definition | Indicates whether the range table is in error or not |
| Format |
The possible values are:
|
| Type | BOOLEAN, NULL |
| Definition | The number of versions in error in the range table |
| Type | DECIMAL(10), NOT NULL |
| Definition | The number of additional information in error in the range table |
| Type | DECIMAL(10), NOT NULL |
| Definition | The error code of the range table |
| Type | DECIMAL(10), NOT NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The name of the SAP CC user who opened the range table in creation or modification |
| Type | VARCHAR(256), NULL |
| Definition | The change number of the range table |
| Description |
The change number of the range table. Used to detect object desynchronization with
the SAP CC Core Server system.
|
| Type | DECIMAL(28), NULL |
| Definition | The unique identifier of the released range table when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the range table |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_RANGE_TABLE_STATE |
| Definition | The last creation or modification date of the range table |
| Type | TIMESTAMP, NULL |
| Definition | The agreement ID of the range table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_RANGE_TABLE_AGREEMENT_ID |
| Definition | The name of the range table class that defines the structure of the range table |
| Type | VARCHAR(256), NULL |
| Available Index | IX_RANGE_TABLE_RANGE_TABLE_CLASS_NAME |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The hash of the columns of the associated range table class |
| Type | DECIMAL(10), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the RANGE_TABLE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | CATALOG |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | RANGE_TABLE_CLASS_NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | AGREEMENT_ID |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |