The CACI table contains the contract items of the charging contracts as part of
the master data related to the end customers of a service provider (see subscriber
data).
A contract item mostly includes a referrence to the charge plan or the refill plan that is activated in this contract item.
This definition is completed with different identifiers and with information stored
in the CACI_xx database tables:
| Schema Version | 5.0.6 | |
| Tablespace | SUBSCRIBER_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The CACI 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_CACI |
|
The unique identifier of the charging contract item | |||
| CACO_OID | IX_CACO_ITM | CACO (OID)
|
|
The identifier of the charging contract that includes the contract item | ||
| PARTITION_ID | PK_CACI | SUBSCRIBER_ACCOUNT (PARTITION_ID)
|
|
The database partition ID assigned to the subscriber account of the charging contract | ||
| EXT_ID |
|
The identifier of the contract item inside the charging contract | ||||
| EXT_ID_2 |
|
The optional non unique identifier of the charging contract item inside the charging contract | ||||
| CAPA_OID | CAPA (OID)
|
|
The unique identifier of the charge plan or refill plan activated in this contract item | |||
| TYPE |
|
The type of the activated plan by the contract item |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the charging contract item |
| Description |
The unique identifier of the charging contract item. It is generated by the SAP CC
system.
|
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CACI |
| Definition | The identifier of the charging contract that includes the contract item |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CACO_ITM |
| Definition | The database partition ID assigned to the subscriber account of the charging contract |
| Type | DECIMAL(4), NOT NULL |
| Primary Key | PK_CACI |
| Definition | The identifier of the contract item inside the charging contract |
| Type | VARCHAR(256), NOT NULL |
| Definition | The optional non unique identifier of the charging contract item inside the charging contract |
| Type | VARCHAR(256), NULL |
| Definition | The unique identifier of the charge plan or refill plan activated in this contract item |
| Type | DECIMAL(28), NULL |
| Definition | The type of the activated plan by the contract item |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
See the primary key information:
| Column(s) | PARTITION_ID,OID |
| Tablespace | SUBSCRIBER_INDX |
The following database indexes are available in the CACI database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CACO_OID |
| Unique | No |
| Partitioned | Yes |
| Tablespace | SUBSCRIBER_INDX |