| Schema Version | 5.0.6 | |
| Partitioned | No | |
The COAC 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 |
|---|---|---|---|---|---|---|
| COAC_OID |
|
The identifier of the charge activation | ||||
| COAC_CODE |
|
The code of the charge activation | ||||
| CACO_OID | IX_COAC_CACO | CACO (OID)
|
|
The identifier of the charging contract | ||
| PARTITION_ID |
|
The partition of the subscriber account | ||||
| CACI_EXT_ID |
|
The code of the charging contract item | ||||
| CAPI_ID |
|
The code of the charge plan item |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the charge activation |
| Type | DECIMAL(28), NOT NULL |
| Definition | The code of the charge activation |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The identifier of the charging contract |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_COAC_CACO |
| Definition | The partition of the subscriber account |
| Type | DECIMAL(4), NOT NULL |
| Definition | The code of the charging contract item |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The code of the charge plan item |
| Type | NVARCHAR(256), NOT NULL |
The following database indexes are available in the COAC 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 |