Table:
CI_DESCRIPTION
|
Table Name
|
CI_DESCRIPTION |
| Table Description |
The CI_DESCRIPTION table contains a description for each chargeable item class included in a product. A product can include
several
chargeable item classes.
Note:
mple.
|
| Tablespace |
CATALOG_DATA |
| Database |
Core Database |
|
Columns
|
|
Columns of the Table
The CI_DESCRIPTION database table is defined by the following columns.
Column: OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
Primary Key: PK_CI_DESCRIPTION |
Foreign K.:
- Foreign table: PRODUCT
- Foreign field(s): OID
|
| Index(es) |
IX_CI_DESCRIPTION
|
| Column Description |
The unique ID of the chargeable item description. |
Column: DESCRIPTION
| Value Type |
VARCHAR(2000) |
| Column Description |
The description of the chargeable item. |
Column: NAME
| Value Type |
VARCHAR(256), NOT NULL |
| Column Description |
The name of the chargeable item. |
Column: PROD_OID
| Value Type |
BIGINT, NOT NULL |
| Key(s) |
- |
Foreign K.:
- Foreign table: PRODUCT
- Foreign field(s): OID
|
| Index(es) |
IX_CI_DESCRIPTION
|
| Column Description |
The identifier of the product in which this chargeable item is included. See the OID column of the PRODUCT table. |
Top of the list
SAP Convergent Charging 3.0
Document Version: SP04 and later
(c) Copyright 2011 SAP AG. All rights reserved.