CHARGE_COMPONENT

Definition


The CHARGE_COMPONENT table contains information about charge components

Technical Data


Schema Version 4.6.2
Filegroup CATALOG_DATA
Partitioned No

Summary


The CHARGE_COMPONENT 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_CHARGE_COMPONENT       

The charge component unique ID

More...

CODE     IX_CC_CODE   

    The code of the charge component
    TYPE     IX_CC_CODE   

      The type of the charge component

      More...

      DESCRIPTION        

        The description of the charge component
        CURRENCY_CODE        

          The currency code of the charge component
          MULTI_CURRENCIES        

            Specifies whether the charge component is multicurrencies or not
            OWNER     IX_CC_OWNER   

              The owner of the charge component
              DEPENDENT        

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

                More...

                Column Details

                The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                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 NVARCHAR(256), 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 NVARCHAR(2000), NULL

                CURRENCY_CODE

                Definition The currency code of the charge component
                Type NVARCHAR(5), 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 NVARCHAR(64), 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

                See the primary key information:

                PK_CHARGE_COMPONENT

                Column(s) OID
                Filegroup CATALOG_DATA

                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
                Clustered No
                Filegroup CATALOG_INDX

                IX_CC_OWNER

                Indexed Column(s) OWNER
                Unique No
                Partitioned No
                Clustered No
                Filegroup CATALOG_INDX