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.
| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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. | |||
| 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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The product unique ID. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_PRODUCT |
| Definition | The description of the product in plain text |
| Type | NVARCHAR(2000), NULL |
| Definition | The code of the product (chargeable item package |
| Type | NVARCHAR(256), NOT NULL |
| Available Index | IX_PRODUCT_CODE |
| Definition | The owner of the product |
| Type | NVARCHAR(64), NOT NULL |
| Available Index | IX_PRODUCT_VENDOR |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
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:
| Indexed Column(s) | OWNER |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |
| Indexed Column(s) | CODE |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |