Table: PRODUCT

Table Name PRODUCT
Table 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.
Tablespace CATALOG_DATA
Database Core Database
Columns
OID
DESCRIPTION
CODE
OWNER

Columns of the Table

The PRODUCT database table is defined by the following columns.

Column: OID

Value Type BIGINT, NOT NULL
Key(s) Primary Key: PK_PRODUCT
Column Description The product unique ID, it is generated by the system.


Column: DESCRIPTION

Value Type VARCHAR(2000)
Column Description The description of the product in plain text.


Column: CODE

Value Type VARCHAR(256), NOT NULL
Index(es) IX_PRODUCT_CODE
Column Description The code of the product.


Column: OWNER

Value Type VARCHAR(64), NOT NULL
Index(es) IX_PRODUCT_VENDOR
Column Description The owner of the product.


Top of the list



SAP Convergent Charging 3.0

Document Version: SP04 and later

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