| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CAPI_CHARGE_COMPONENT_REF 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 |
|---|---|---|---|---|---|---|
| CAPI_OID | IX_CAPA_CCR | CAPI (OID)
|
|
The identifier of the charge plan item | ||
| CHRG_OID |
|
The unique identifier of the referred charge component | ||||
| DEPENDENT |
|
This field indicates whether the referred charge component is dependent or master | ||||
| DEPENDENT_ROLE |
|
The role for a dependent charge component | ||||
| ADJUSTMENT_MODE |
|
This field indicates if a new transaction is created for the dependent charge and if the transaction corresponding to the master charge is modified (or adjusted) according to the dependent charge | ||||
| USE_PREVIOUS_DISCOUNTED_AMOUNT |
|
This field indicates if a discount must be applied to the amount of the master charge from which the previous discounts have already been subtracted |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the charge plan item |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CAPA_CCR |
| Definition | The unique identifier of the referred charge component |
| Type | DECIMAL(28), NOT NULL |
| Definition | This field indicates whether the referred charge component is dependent or master |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NOT NULL |
| Definition | The role for a dependent charge component |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | This field indicates if a new transaction is created for the dependent charge and if the transaction corresponding to the master charge is modified (or adjusted) according to the dependent charge |
| Description |
This field indicates if a new transaction is created for the dependent charge and
if the transaction corresponding to the master
charge is modified (or adjusted) according to the dependent charge. Used only if the
charge is dependent.
|
| Format |
The possible values are:
Note Transaction adjustment depends on the role of the dependent charge (see the DEPENDENT_ROLE field). The 3 modes are not always available. |
| Type | DECIMAL(1), NULL |
| Definition | This field indicates if a discount must be applied to the amount of the master charge from which the previous discounts have already been subtracted |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
The following database indexes are available in the CAPI_CHARGE_COMPONENT_REF database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CAPI_OID |
| Unique | Yes |
| Partitioned | No |
| Clustered | No |