| Schema Version | 5.0.6 | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The RR_COUNTER_MODIFICATION 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 |
|---|---|---|---|---|---|---|
| RREC_OID | IX_COUNTER_MODIFICATION_RR |
|
The identifier of the rating record | |||
| OPERATOR |
|
The type of modification | ||||
| OPERAND |
|
The value used for the modification | ||||
| COUN_SUBS_OID |
|
The root subscription of the counter | ||||
| COUN_HOLD_OID |
|
The identifier of the subscription or the charge activation owning the counter | ||||
| COUN_KEY |
|
The identifier of the counter | ||||
| PARTITION_ID |
|
The partition of the subscriber account owning the subscription |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the rating record |
| Type | DECIMAL(28), NULL |
| Available Index | IX_COUNTER_MODIFICATION_RR |
| Definition | The type of modification |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The value used for the modification |
| Type | DECIMAL(28,6), NULL |
| Definition | The root subscription of the counter |
| Type | DECIMAL(28), NULL |
| Definition | The identifier of the subscription or the charge activation owning the counter |
| Type | DECIMAL(28), NULL |
| Definition | The identifier of the counter |
| Type | DECIMAL(13), NULL |
| Definition | The partition of the subscriber account owning the subscription |
| Type | DECIMAL(4), NULL |
The following database indexes are available in the RR_COUNTER_MODIFICATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RREC_OID |
| Unique | No |
| Partitioned | Yes |
| Clustered | No |