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.

Name PK FK IX Uses Used by
OID PK_CHARGED_ITEM_CLASS        CITC_FIELD (CITC_OID)
 
DESCRIPTION          
CODE     IX_CHARGED_ITEM_CLASS_CODE     
OWNER     IX_CHARGED_ITEM_CLASS_OWNER     
TYPE     IX_CHARGED_ITEM_CLASS_CODE     

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

Definition The code of the charged item class
Type VARCHAR2(256 CHAR), NOT NULL
Available Index IX_CHARGED_ITEM_CLASS_CODE

OWNER

Definition The owner of the charged item class
Type VARCHAR2(64 CHAR), NOT NULL
Available Index IX_CHARGED_ITEM_CLASS_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

Column(s) OID
Tablespace CATALOG_INDX

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