| Schema Version | 2023.0.2 | |
| Filegroup | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGED_ITEM 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 |
|
The unique identifier of the charged item. It is generated by the SAP CC Cockpit application. | |||
| CHARGED_ITEM_KEY |
|
The identifier of the charged item among other charged items in the charging result | ||||
| ACCOUNT |
|
The name of the account which is charged | ||||
| CHARGED_ITEM_CLASS | CHARGED_ITEM_CLASS (OID)
|
|
The name of the related charged item class | |||
| AMOUNT_VALUE |
|
The amount of the charged item | ||||
| AMOUNT_CURRENCY |
|
The currency of the amount of the charged item | ||||
| OPERATION_TYPE |
|
The operation type of the charged item | ||||
| ACCOUNT_OPERATION_KEY |
|
The identifier of the account operation linked to the charged item | ||||
| MASTER_ACCOUNT_OPERATION_KEY |
|
The identifier of the account operation linked to the master charged item if the charged item is dependent | ||||
| MASTERCHARGEDITEM_OID | CHARGED_ITEM (OID)
|
|
The unique identifier of the master charged item if the charged item is dependent | |||
| CHARGINGRESULT_OID | CHARGING_RESULT (OID)
|
|
The unique identifier of the charging result that owns the charged item |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charged item. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGED_ITEM |
| Definition | The identifier of the charged item among other charged items in the charging result |
| Type | NVARCHAR(255), NULL |
| Definition | The name of the account which is charged |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the related charged item class |
| Type | NVARCHAR(256), NULL |
| Definition | The amount of the charged item |
| Type | DECIMAL(28,6), NULL |
| Definition | The currency of the amount of the charged item |
| Type | NVARCHAR(255), NULL |
| Definition | The operation type of the charged item |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The identifier of the account operation linked to the charged item |
| Type | NVARCHAR(255), NULL |
| Definition | The identifier of the account operation linked to the master charged item if the charged item is dependent |
| Type | NVARCHAR(255), NULL |
| Definition | The unique identifier of the master charged item if the charged item is dependent |
| Type | DECIMAL(28), NULL |
| Definition | The unique identifier of the charging result that owns the charged item |
| Type | DECIMAL(28), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | COCKPIT_DATA |