| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGING_NOTIFICATION 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_CHARGING_NOTIFICATION |
|
The unique identifier of the charging notification. It is generated by the SAP CC Cockpit application. | |||
| NOTIFICATION_KEY |
|
The identifier of the charging notification among the other notifications of the charging result. | ||||
| CODE |
|
The code of the charging notification | ||||
| CREATION_DATE |
|
The creation date of the charging notification | ||||
| ACCOUNT_OPERATION_KEY |
|
The identifier of the account operation linked to the charging notification | ||||
| MESSAGE |
|
The message of the charging notification | ||||
| TYPE |
|
The type of the charging notification | ||||
| RELATEDCHARGEDITEM_OID | CHARGED_ITEM (OID)
|
|
The unique identifier of the charged item related to the charging notification | |||
| CHARGINGRESULT_OID | CHARGING_RESULT (OID)
|
|
The unique identifier of the charging result that owns the charging notification |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charging notification. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGING_NOTIFICATION |
| Definition | The identifier of the charging notification among the other notifications of the charging result. |
| Type | VARCHAR(255), NULL |
| Definition | The code of the charging notification |
| Type | VARCHAR(256), NULL |
| Definition | The creation date of the charging notification |
| Type | TIMESTAMP, NULL |
| Definition | The identifier of the account operation linked to the charging notification |
| Type | VARCHAR(255), NULL |
| Definition | The message of the charging notification |
| Type | VARCHAR(2000), NULL |
| Definition | The type of the charging notification |
| Format |
The possible values are:
|
| Type | DECIMAL(10), NULL |
| Definition | The unique identifier of the charged item related to the charging notification |
| Type | DECIMAL(28), NULL |
| Definition | The unique identifier of the charging result that owns the charging notification |
| Type | DECIMAL(28), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |