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 5.0.6
Partitioned No

Summary


The CHARGED_ITEM_CLASS 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_CHARGED_ITEM_CLASS       

The unique ID of the charged item class. It is generated by the SAP CC system.
DESCRIPTION        

    The description of the charged item class in plain text
    CODE     IX_CHARGED_ITEM_CLASS_CODE   

      The code of the charged item class
      OWNER     IX_CHARGED_ITEM_CLASS_OWNER   

        The owner of the charged item class
        TYPE     IX_CHARGED_ITEM_CLASS_CODE   

          The type of the charged item class

          More...

          Column Details

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

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

          CODE

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

          OWNER

          Definition The owner of the charged item class
          Type NVARCHAR(64), 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

          See the primary key information:

          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

          IX_CHARGED_ITEM_CLASS_CODE

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