CHARGED_ITEM_CLASS
Definition
The CHARGED_ITEM_CLASS table contains basic information about the charged item classes
(description, codename, owner) managed by SAP Convergent Charging
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
CATALOG_DATA |
| Partitioned |
No |
Summary
The CHARGED_ITEM_CLASS table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| Definition |
The unique ID of the charged item class. It is generated by the SAP CC system. |
| Type |
DECIMAL(28), NOT NULL |
| Primary Key |
PK_CHARGED_ITEM_CLASS |
DESCRIPTION
| Definition |
The description of the charged item class in plain text |
| Type |
VARCHAR2(2000 CHAR), NULL |
CODE
OWNER
TYPE
| Definition |
The type of the charged item class |
| Format |
The possible values are:
0: charged item class
1: refill record class
|
| Type |
DECIMAL(1), NOT NULL |
| Available Index |
IX_CHARGED_ITEM_CLASS_CODE |
Primary Key Details
PK_CHARGED_ITEM_CLASS
Index Details
The following database indexes are available in the
CHARGED_ITEM_CLASS database table to improve the speed of data retrieval operations during
the business processes of SAP Convergent Charging:
IX_CHARGED_ITEM_CLASS_OWNER
| Indexed Column(s) |
OWNER |
| Unique |
No |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |
IX_CHARGED_ITEM_CLASS_CODE
| Indexed Column(s) |
CODE, TYPE |
| Unique |
Yes |
| Partitioned |
No |
| Tablespace |
CATALOG_INDX |