Table: CHARGE_COMPONENT

Table Name CHARGE_COMPONENT
Table Description The CHARGE_COMPONENT table contains information about charge components.
Tablespace CATALOG_DATA
Database Core Database
Columns
OID
CODE
TYPE
DESCRIPTION
CURRENCY_CODE
MULTI_CURRENCIES
OWNER
DEPENDENT

Columns of the Table

The CHARGE_COMPONENT database table is defined by the following columns.

Column: OID

Value Type BIGINT, NOT NULL
Key(s) Primary Key: PK_CHARGE_COMPONENT
Column Description The charge component unique ID. It is generated by the system.


Column: CODE

Value Type VARCHAR(256), NOT NULL
Index(es) IX_CC_CODE
Column Description The code of the charge component.


Column: TYPE

Value Type DECIMAL(1), NOT NULL
Index(es) IX_CC_CODE
Column Description

The type of the charge component.

Possible values are:

  • 0: charge component
  • 1: refill logic



Column: DESCRIPTION

Value Type VARCHAR(2000)
Column Description The description of the charge component.


Column: CURRENCY_CODE

Value Type VARCHAR(5)
Column Description The currency code of the charge component.


Column: MULTI_CURRENCIES

Value Type DECIMAL(1), NOT NULL
Default Value 0
Column Description Specifies whether the charge component is multicurrencies or not.


Column: OWNER

Value Type VARCHAR(64), NOT NULL
Index(es) IX_CC_OWNER
Column Description The owner of the charge component.


Column: DEPENDENT

Value Type DECIMAL(1), NOT NULL
Column Description

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

Possible values are:

  • 0: master
  • 1: dependent



Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

(c) Copyright 2011 SAP AG. All rights reserved.