The CHARGEABLE_ITEM_CLASS table contains the description of each chargeable item class.
The chargeable item class is composed by a list of property description and a list of consumption item mapping field.
| Schema Version | 2023.0.2 | |
| Tablespace | COCKPIT_DATA | |
| Partitioned | No | |
The CHARGEABLE_ITEM_CLASS 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_CLASS |
|
The unique identifier of the chargeable item class. It is generated by the SAP CC Cockpit application. | |||
| NAME | IX_CHARGEABLE_ITEM_CLASS_NAME |
|
The name of the chargeable item class | |||
| CATALOG | CATALOG (NAME)
|
|
The name of the pricing catalog that owns the chargeable item class | |||
| CC_OID |
|
The unique identifier of the chargeable item class in the SAP CC Core Server system | ||||
| DESCRIPTION |
|
The description of the chargeable item class | ||||
| IN_ERROR_STATE |
|
Indicates whether the chargeable item class is in error or not | ||||
| IS_LOCKED_BY_ME |
|
This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. | ||||
| LOCKING_USER |
|
The name of the SAP CC user who opened the chargeable item class in creation or modification | ||||
| OBJECT_CHANGE_NUMBER |
|
The change number of the chargeable item class | ||||
| RELEASED_OID |
|
The unique identifier of the released chargeable item class when its is being modified | ||||
| STATE | IX_CHARGEABLE_ITEM_CLASS_STATE |
|
The state of the chargeable item class | |||
| UNSAVED_CHANGES |
|
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 chargeable item class | ||||
| CONSUMPTION_ITEM_CLASS_NAME | IX_CHARGEABLE_ITEM_CLASS_CONSUMPTION_ITEM_CLASS_NAME |
|
The name of the consumption item class containing the description of the consumption item class |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the chargeable item class. It is generated by the SAP CC Cockpit application. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CHARGEABLE_ITEM_CLASS |
| Definition | The name of the chargeable item class |
| Type | VARCHAR(256), NULL |
| Available Index | IX_CHARGEABLE_ITEM_CLASS_NAME |
| Definition | The name of the pricing catalog that owns the chargeable item class |
| Type | VARCHAR(256), NULL |
| Definition | The unique identifier of the chargeable item class in the SAP CC Core Server system |
| Type | DECIMAL(28), NULL |
| Definition | The description of the chargeable item class |
| Type | VARCHAR(2000), NULL |
| Definition | Indicates whether the chargeable item class is in error or not |
| Format |
The possible values are:
|
| Type | BOOLEAN, NULL |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The name of the SAP CC user who opened the chargeable item class in creation or modification |
| Type | VARCHAR(256), NULL |
| Definition | The change number of the chargeable item class |
| Description |
The change number of the chargeable item class. Used to detect object desynchronization
with the SAP CC Core Server system.
|
| Type | DECIMAL(28), NULL |
| Definition | The unique identifier of the released chargeable item class when its is being modified |
| Type | DECIMAL(28), NULL |
| Definition | The state of the chargeable item class |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NULL |
| Available Index | IX_CHARGEABLE_ITEM_CLASS_STATE |
| Definition | This value is never stored in database. It is computed by the SAP CC Cockpit back-end application. |
| Type | BOOLEAN, NULL |
| Definition | The last creation or modification date of the chargeable item class |
| Type | TIMESTAMP, NULL |
| Definition | The name of the consumption item class containing the description of the consumption item class |
| Type | VARCHAR(256), NULL |
| Available Index | IX_CHARGEABLE_ITEM_CLASS_CONSUMPTION_ITEM_CLASS_NAME |
See the primary key information:
| Column(s) | OID |
| Tablespace | COCKPIT_INDX |
The following database indexes are available in the CHARGEABLE_ITEM_CLASS 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 |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | STATE |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |
| Indexed Column(s) | CONSUMPTION_ITEM_CLASS_NAME |
| Unique | No |
| Partitioned | No |
| Tablespace | COCKPIT_INDX |