CHARGE_COMPONENT

Definition


The CHARGE_COMPONENT table contains information about charge components

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


The CHARGE_COMPONENT table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
OID PK_CHARGE_COMPONENT        PRICE_PLAN (CHRG_OID)
CHARGING_PLAN_DICTIONARY (CHRG_OID)
CHARGE_COMP_PRODUCT_CODE (CHRG_OID)
 
CODE     IX_CC_CODE     
TYPE     IX_CC_CODE     
DESCRIPTION          
CURRENCY_CODE          
MULTI_CURRENCIES          
OWNER     IX_CC_OWNER     
DEPENDENT          

Column Details


OID

Definition The charge component unique ID
Description The charge component unique ID. It is generated by the SAP CC system.
Type DECIMAL(28), NOT NULL
Primary Key PK_CHARGE_COMPONENT

CODE

Definition The code of the charge component
Type VARCHAR2(256 CHAR), NOT NULL
Available Index IX_CC_CODE

TYPE

Definition The type of the charge component
Format

The possible values are:

  • 0: charge component
  • 1: refill logic
  • 2: allowance logic

Type DECIMAL(1), NOT NULL
Available Index IX_CC_CODE

DESCRIPTION

Definition The description of the charge component
Type VARCHAR2(2000 CHAR), NULL

CURRENCY_CODE

Definition The currency code of the charge component
Type VARCHAR2(5 CHAR), NULL

MULTI_CURRENCIES

Definition Specifies whether the charge component is multicurrencies or not
Type DECIMAL(1), NOT NULL
Default 0

OWNER

Definition The owner of the charge component
Type VARCHAR2(64 CHAR), NOT NULL
Available Index IX_CC_OWNER

DEPENDENT

Definition The DEPENDENT field indicates if the charge component is a master or dependent charge
Format

The possible values are:

  • 0: master
  • 1: dependent

Type DECIMAL(1), NOT NULL

Primary Key Details


PK_CHARGE_COMPONENT

Column(s) OID
Tablespace CATALOG_INDX

Index Details


The following database indexes are available in the CHARGE_COMPONENT database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_CC_CODE

Indexed Column(s) CODE, TYPE
Unique Yes
Partitioned No
Tablespace CATALOG_INDX

IX_CC_OWNER

Indexed Column(s) OWNER
Unique No
Partitioned No
Tablespace CATALOG_INDX