CI_DESCRIPTION

Definition


The CI_DESCRIPTION table contains a description for each chargeable item class included in a product (chargeable item package)

Description


The CI_DESCRIPTION table contains a description for each chargeable item class included in a product (chargeable item package). A product can include several chargeable item classes. It also contains the chargeable item classes.

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The CI_DESCRIPTION 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_CI_DESCRIPTION       

The unique ID of the chargeable item description
DESCRIPTION        

    The description of the chargeable item
    NAME        

      The name of the chargeable item
      PROD_OID     IX_CI_DESCRIPTION  PRODUCT (OID)
       

        The identifier of the product (chargeable item package) in which this chargeable item is included

        More...

        SERVICE_PROVIDER        

          The service provider that owns the refill item class
          OLD_NAME        

            The name of the chargeable item class when it was included in a product (chargeable item package), before the migration to independent chargeable item classes
            OLD_PROD_CODE        

              The name of the product (chargeable item package) in which the chargeable item class was included, before the migration to independent chargeable item classes

              Column Details

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

              OID

              Definition The unique ID of the chargeable item description
              Type DECIMAL(28), NOT NULL
              Primary Key PK_CI_DESCRIPTION

              DESCRIPTION

              Definition The description of the chargeable item
              Type NVARCHAR(2000), NULL

              NAME

              Definition The name of the chargeable item
              Type NVARCHAR(256), NOT NULL

              PROD_OID

              Definition The identifier of the product (chargeable item package) in which this chargeable item is included
              Description

              The identifier of the product (chargeable item package) in which this chargeable item is included. See the OID column of the PRODUCT table.

              Type DECIMAL(28), NULL
              Available Index IX_CI_DESCRIPTION

              SERVICE_PROVIDER

              Definition The service provider that owns the refill item class
              Type NVARCHAR(64), NULL

              OLD_NAME

              Definition The name of the chargeable item class when it was included in a product (chargeable item package), before the migration to independent chargeable item classes
              Type NVARCHAR(256), NULL

              OLD_PROD_CODE

              Definition The name of the product (chargeable item package) in which the chargeable item class was included, before the migration to independent chargeable item classes
              Type NVARCHAR(256), NULL

              Primary Key Details

              See the primary key information:

              PK_CI_DESCRIPTION

              Column(s) OID
              Tablespace CATALOG_INDX

              Index Details

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

              IX_CI_DESCRIPTION

              Indexed Column(s) PROD_OID
              Unique No
              Partitioned No