The CHARGING_RESULT table contains the processing result obtained when manually processing a chargeable item with the app Process a Chargeable Item in the Cockpit user interface.
See the app documentation for more information.
See also the following database tables:
CHARGED_ITEM,
CHARGING_NOTIFICATION.
| Schema Version | 2022.0.2 | |
| Partitioned | No | |
The CHARGING_RESULT 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_RESULT |
|
The unique identifier of the charging result. It is generated by the SAP CC Cockpit application. | |||
| SESSION_ID | SPRING_SESSION (SESSION_ID)
|
|
The identifier of the spring session that owns the charging result | |||
| CHARGING_CONTRACT_IDENTIFIER |
|
The identifier of the provider contract retrieved from the Service ID and User ID data and used for processing a chargeable item | ||||
| CHARGING_CONTRACT_ITEM_IDENTIFIER |
|
The identifier of the provider contract item used for processing a chargeable item | ||||
| SUBSCRIBER_ACCOUNT_IDENTIFIER |
|
The identifier of the subscriber account used for processing a chargeable item | ||||
| ERROR_MESSAGE |
|
The error message if the simulation of the chargeable item fails | ||||
| ERROR_CODE |
|
The error code if the simulation of the chargeable item fails |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charging result. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGING_RESULT |
| Definition | The identifier of the spring session that owns the charging result |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the provider contract retrieved from the Service ID and User ID data and used for processing a chargeable item |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the provider contract item used for processing a chargeable item |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the subscriber account used for processing a chargeable item |
| Type | NVARCHAR(256), NULL |
| Definition | The error message if the simulation of the chargeable item fails |
| Type | NVARCHAR(2000), NULL |
| Definition | The error code if the simulation of the chargeable item fails |
| Type | DECIMAL(10), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |