PRODUCT

Definition


The PRODUCT table contains basic information about the chargeable item packages/products

Description


The PRODUCT table contains basic information about the chargeable item packages/products (description, codename, owner) managed by SAP Convergent Charging. A product represents a customer service, which can be charged according to its usage.

Note

Product is a technical term only visible in the APIs and in the database schema; The corresponding business term is Chargeable Item Package that is deprecated since version 4.0 of SAP CC.

Technical Data


Schema Version 2025.0.0
Tablespace CATALOG_DATA
Partitioned No

Summary


The PRODUCT 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_PRODUCT       

The product unique ID. It is generated by the SAP CC system.
CLIENT_NUMBER     IX_PRODUCT_VENDORIX_PRODUCT_CODE   

    The client number associated to the chargeable item package/product
    DESCRIPTION        

      The description of the product in plain text
      CODE     IX_PRODUCT_CODE   

        The code of the product (chargeable item package
        OWNER     IX_PRODUCT_VENDOR   

          The owner of the product

          Column Details

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

          OID

          Definition The product unique ID. It is generated by the SAP CC system.
          Type DECIMAL(28), NOT NULL
          Primary Key PK_PRODUCT

          CLIENT_NUMBER

          Definition The client number associated to the chargeable item package/product
          Type DECIMAL(3), NOT NULL
          Available Index IX_PRODUCT_VENDOR
          Available Index IX_PRODUCT_CODE

          DESCRIPTION

          Definition The description of the product in plain text
          Type VARCHAR(2000), NULL

          CODE

          Definition The code of the product (chargeable item package
          Type VARCHAR(256), NOT NULL
          Available Index IX_PRODUCT_CODE

          OWNER

          Definition The owner of the product
          Type VARCHAR(64), NOT NULL
          Available Index IX_PRODUCT_VENDOR

          Primary Key Details

          See the primary key information:

          PK_PRODUCT

          Column(s) OID
          Tablespace CATALOG_INDX

          Index Details

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

          IX_PRODUCT_VENDOR

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

          IX_PRODUCT_CODE

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