| Schema Version | 5.0.6 | |
| Partitioned | No | |
The CHARGING_PLAN_DICTIONARY 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 |
|---|---|---|---|---|---|---|
| INTERNAL_CHARGING_REFERENCE |
|
The balance reference | ||||
| BACKUP_CHARGING_REFERENCE |
|
The backup of the balance reference | ||||
| CHRG_OID | IX_CHPD_CHRG | CHARGE_COMPONENT (OID)
|
|
The ID of the charge component | ||
| CHARGING_REFERENCE_TYPE |
|
The account type of the charging reference |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The balance reference |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The backup of the balance reference |
| Type | NVARCHAR(256), NULL |
| Definition | The ID of the charge component |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_CHPD_CHRG |
| Definition | The account type of the charging reference |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
The following database indexes are available in the CHARGING_PLAN_DICTIONARY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | CHRG_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |