The CI_DESCRIPTION table contains a description for each chargeable item class included
in a product (chargeable item package).
A product can include several chargeable item classes. It also contains the chargeable
item classes.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CI_DESCRIPTION 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_CI_DESCRIPTION |
|
The unique ID of the chargeable item description | |||
| DESCRIPTION |
|
The description of the chargeable item | ||||
| NAME |
|
The name of the chargeable item | ||||
| PROD_OID | IX_CI_DESCRIPTION | PRODUCT (OID)
|
|
The identifier of the product (chargeable item package) in which this chargeable item is included | ||
| SERVICE_PROVIDER |
|
The service provider that owns the refill item class | ||||
| OLD_NAME |
|
The name of the chargeable item class when it was included in a product (chargeable item package), before the migration to independent chargeable item classes | ||||
| OLD_PROD_CODE |
|
The name of the product (chargeable item package) in which the chargeable item class was included, before the migration to independent chargeable item classes |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique ID of the chargeable item description |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CI_DESCRIPTION |
| Definition | The description of the chargeable item |
| Type | NVARCHAR(2000), NULL |
| Definition | The name of the chargeable item |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The identifier of the product (chargeable item package) in which this chargeable item is included |
| Description |
The identifier of the product (chargeable item package) in which this chargeable item
is included. See the OID column of the PRODUCT table.
|
| Type | DECIMAL(28), NULL |
| Available Index | IX_CI_DESCRIPTION |
| Definition | The service provider that owns the refill item class |
| Type | NVARCHAR(64), NULL |
| Definition | The name of the chargeable item class when it was included in a product (chargeable item package), before the migration to independent chargeable item classes |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the product (chargeable item package) in which the chargeable item class was included, before the migration to independent chargeable item classes |
| Type | NVARCHAR(256), NULL |
See the primary key information:
| Column(s) | OID |
| Tablespace | CATALOG_INDX |
The following database indexes are available in the CI_DESCRIPTION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | PROD_OID |
| Unique | No |
| Partitioned | No |