The CHARGED_ITEM_DEFINITION table contains the charged item definition of the rate plan.
The charged item definition is composed by a list of charged item definition properties.
| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGED_ITEM_DEFINITION 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_DEFINITION |
|
The unique identifier of the charged item definition. It is generated by the SAP CC Cockpit application. | |||
| IN_ERROR_STATE |
|
Indicates whether the charged item definition is in error or not | ||||
| CHILD_IN_ERROR |
|
Indicates whether the charged item definition has fields in error or not | ||||
| NAME | IX_CHARGED_ITEM_DEFINITION_NAME |
|
The name of the charged item class that owns the charged item definition | |||
| RELEASED_OID |
|
The unique identifier of the released charged item definition when its is being modified | ||||
| STATE | IX_CHARGED_ITEM_DEFINITION_STATE |
|
The state of the charged item definition | |||
| CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the charged item definition | |||
| CC_OID |
|
The unique identifier of the charged item definition in the SAP CC Core Server system | ||||
| 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 definition | ||||
| LOCKING_USER |
|
The name of the SAP CC user who opened the charged item definition in creation or modification | ||||
| OBJECT_CHANGE_NUMBER |
|
The change number of the charged item definition | ||||
| UNSAVED_CHANGES |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charged item definition. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGED_ITEM_DEFINITION |
| Definition | Indicates whether the charged item definition is in error or not |
| Format |
The possible values are:
|
| Type | BIT, NULL |
| Definition | Indicates whether the charged item definition has fields in error or not |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NOT NULL |
| Definition | The name of the charged item class that owns the charged item definition |
| Type | NVARCHAR(256), NULL |
| Available Index | IX_CHARGED_ITEM_DEFINITION_NAME |
| Definition | The unique identifier of the released charged item definition when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the charged item definition |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_CHARGED_ITEM_DEFINITION_STATE |
| Definition | The name of the pricing catalog that owns the charged item definition |
| Type | NVARCHAR(256), NULL |
| Definition | The unique identifier of the charged item definition in 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 | BIT, NULL |
| Definition | The last creation or modification date of the charged item definition |
| Type | DATETIME, NULL |
| Definition | The name of the SAP CC user who opened the charged item definition in creation or modification |
| Type | NVARCHAR(256), NULL |
| Definition | The change number of the charged item definition |
| Description |
The change number of the charged item definition. 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 | BIT, NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |
The following database indexes are available in the CHARGED_ITEM_DEFINITION 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 |
| Filegroup | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | COCKPIT_INDX |