| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The CAPA_CHARGE_DEPENDENCY 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 |
|---|---|---|---|---|---|---|
| CAPA_OID | IX_CAPA_CHDE | CAPA (OID)
|
|
The identifier of the charge plan | ||
| MASTER_CODE |
|
The code of the master charge | ||||
| DEPENDENT_CODE |
|
The code of the dependent charge | ||||
| DEPENDENCY_INDEX |
|
The index of the charge dependency |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the charge plan |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CAPA_CHDE |
| Definition | The code of the master charge |
| Type | VARCHAR(256), NOT NULL |
| Definition | The code of the dependent charge |
| Type | VARCHAR(256), NOT NULL |
| Definition | The index of the charge dependency |
| Type | DECIMAL(3), NOT NULL |
The following database indexes are available in the CAPA_CHARGE_DEPENDENCY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CAPA_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | CATALOG_INDX |