The CHARGED_ITEM_CLASS table contains the configurations of the charged item classes stored in the pricing catalogs of the service providers.
The charged item class is composed by a list of charged item class fields and optionally, a list of billable item mapping fields if defining a billable item class name.
| Schema Version | 2023.0.2 | |
| Segment | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGED_ITEM_CLASS 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_CHARGED_ITEM_CLASS |
|
The unique identifier of the charged item class. It is generated by the SAP CC Cockpit application. | |||
| IN_ERROR_STATE |
|
Indicates whether the charged item class is in error or not | ||||
| NAME | IX_CHARGED_ITEM_CLASS_NAME |
|
The name of the charged item class | |||
| RELEASED_OID |
|
The unique identifier of the released charged item class when its is being modified | ||||
| STATE | IX_CHARGED_ITEM_CLASS_STATE |
|
The state of the charged item class | |||
| CATALOG | IX_CHARGED_ITEM_CLASS_CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the charged item class | ||
| CC_OID |
|
The unique identifier of the charged item class in the SAP CC Core Server system | ||||
| DESCRIPTION |
|
The name of the charged item class | ||||
| IS_LOCKED_BY_ME |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| LAST_CHANGE |
|
The last creation or modification date of the charged item class | ||||
| LOCKING_USER |
|
The name of the SAP CC user who opened the charged item class in creation or modification | ||||
| OBJECT_CHANGE_NUMBER |
|
The change number of the charged item class | ||||
| UNSAVED_CHANGES |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| BILLABLE_ITEM_CLASS_NAME | IX_CHARGED_ITEM_CLASS_BILLABLE_ITEM_CLASS_NAME |
|
The name of the billable item class containing the description of the billable item class or null if charged item class not defining a billable item class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charged item class. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGED_ITEM_CLASS |
| Definition | Indicates whether the charged item class is in error or not |
| Format |
The possible values are:
|
| Type | NUMERIC(1,0), NULL |
| Definition | The name of the charged item class |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_CHARGED_ITEM_CLASS_NAME |
| Definition | The unique identifier of the released charged item class when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the charged item class |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_CHARGED_ITEM_CLASS_STATE |
| Definition | The name of the pricing catalog that owns the charged item class |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_CHARGED_ITEM_CLASS_CATALOG |
| Definition | The unique identifier of the charged item class in the SAP CC Core Server system |
| Type | DECIMAL(28), NULL |
| Definition | The name of the charged item class |
| Type | NVARCHAR(2000), NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | NUMERIC(1,0), NULL |
| Definition | The last creation or modification date of the charged item class |
| Type | DATETIME, NULL |
| Definition | The name of the SAP CC user who opened the charged item class in creation or modification |
| Type | NVARCHAR(256), NULL |
| Definition | The change number of the charged item class |
| Description |
The change number of the charged item class. Used to detect object desynchronization
with the SAP CC Core Server system.
|
| Type | DECIMAL(28), NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | NUMERIC(1,0), NULL |
| Definition | The name of the billable item class containing the description of the billable item class or null if charged item class not defining a billable item class |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_CHARGED_ITEM_CLASS_BILLABLE_ITEM_CLASS_NAME |
See the primary key information:
| Column(s) | OID |
| Segment | COCKPIT_INDX |
The following database indexes are available in the CHARGED_ITEM_CLASS 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 |
| Clustered | No |
| Segment | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Segment | COCKPIT_INDX |
| Indexed Column(s) | CATALOG |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Segment | COCKPIT_INDX |
| Indexed Column(s) | BILLABLE_ITEM_CLASS_NAME |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Segment | COCKPIT_INDX |