The CHARGEABLE_ITEM table contains the chargeable items used when manually processing
a chargeable item with the app Process a Chargeable Item.
The chargeable item contains a list of charging properties.
| Schema Version | 2023.0.2 | |
| Partitioned | No | |
The CHARGEABLE_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_CHARGEABLE_ITEM |
|
The unique identifier of the chargeable item. It is generated by the SAP CC Cockpit application. | |||
| CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the chargeable item | |||
| CHARGEABLE_ITEM_CLASS | CHARGEABLE_ITEM_CLASS (NAME)
|
|
The name of the chargeable item class that defines the structure of the chargeable item | |||
| CONSUMPTION_DATE |
|
The date and time when the chargeable service is consumed by then end customer | ||||
| SERVICE_IDENTIFIER |
|
The identifier of the chargeable service (or product) that is consumed by then end customer | ||||
| USER_IDENTIFIER |
|
The technical identifier of the end customer consuming the chargeable service | ||||
| SESSION_ID |
|
The identifier of the spring session that owns the chargeable item |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the chargeable item. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGEABLE_ITEM |
| Definition | The name of the pricing catalog that owns the chargeable item |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the chargeable item class that defines the structure of the chargeable item |
| Type | NVARCHAR(256), NULL |
| Definition | The date and time when the chargeable service is consumed by then end customer |
| Type | SECONDDATE, NULL |
| Definition | The identifier of the chargeable service (or product) that is consumed by then end customer |
| Type | NVARCHAR(256), NULL |
| Definition | The technical identifier of the end customer consuming the chargeable service |
| Type | NVARCHAR(256), NULL |
| Definition | The identifier of the spring session that owns the chargeable item |
| Type | NVARCHAR(256), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |