CACI
Contract Items (in Charging Contracts)
Description
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:
Technical Data
| Schema Version |
4.5.13 |
| Tablespace |
SUBSCRIBER_DATA |
| Partitioned |
Yes, when you use the partitioning scheme and corresponding SQL scripts |
Summary
The CACI table is defined by the
following columns.
See the column details for more information.
Column Details
OID
| 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 |
CACO_OID
| Definition |
The identifier of the charging contract that includes the contract item |
| Type |
DECIMAL(28), NOT NULL |
| Available Index |
IX_CACO_ITM |
PARTITION_ID
| Definition |
The database partition ID assigned to the subscriber account of the charging contract |
| Type |
DECIMAL(4), NOT NULL |
| Primary Key |
PK_CACI |
EXT_ID
| Definition |
The identifier of the contract item inside the charging contract |
| Type |
VARCHAR(256), NOT NULL |
EXT_ID_2
| Definition |
The optional non unique identifier of the charging contract item inside the charging
contract
|
| Type |
VARCHAR(256), NULL |
CAPA_OID
| Definition |
The unique identifier of the charge plan or refill plan activated in this contract
item
|
| Type |
DECIMAL(28), NULL |
TYPE
| Definition |
The type of the activated plan by the contract item |
| Format |
The possible values are:
0: Charge plan
1: Refill plan
|
| Type |
DECIMAL(1), NOT NULL |
Primary Key Details
PK_CACI
Index Details
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:
IX_CACO_ITM
| Indexed Column(s) |
CACO_OID |
| Unique |
No |
| Partitioned |
Yes |
| Tablespace |
SUBSCRIBER_INDX |