| Schema Version | 5.0.6 | |
| Filegroup | PRERATING_DATA | |
| Partitioned | Yes, when you use the partitioning scheme and corresponding SQL scripts | |
The RR_PROPERTY 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_PROPERTY_RR |
|
The identifier of the rating record | |||
| VALUE_TYPE |
|
The type of the property | ||||
| NUMBER_VALUE |
|
The value of the property if it is a number | ||||
| DATE_VALUE |
|
The value of the property if it is a date (used only if the CATEGORY is 1) | ||||
| STRING_VALUE |
|
The value of the property if it is a string (used only if the CATEGORY is 1) | ||||
| NAME |
|
The name of the property (used only if the CATEGORY is 1) | ||||
| CATEGORY |
|
The category of the property | ||||
| COUN_HOLD_OID |
|
The identifier of the subscription or the charge activation owning the counter (used only if the CATEGORY is 0) | ||||
| COUN_KEY |
|
The identifier of the counter (used only if the CATEGORY is 0) | ||||
| 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_PROPERTY_RR |
| Definition | The type of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The value of the property if it is a number |
| Type | DECIMAL(28,6), NULL |
| Definition | The value of the property if it is a date (used only if the CATEGORY is 1) |
| Type | DATETIME, NULL |
| Definition | The value of the property if it is a string (used only if the CATEGORY is 1) |
| Type | NVARCHAR(256), NULL |
| Definition | The name of the property (used only if the CATEGORY is 1) |
| Type | NVARCHAR(256), NULL |
| Definition | The category of the property |
| Format |
The possible values are:
|
| Type | DECIMAL(1), NULL |
| Definition | The identifier of the subscription or the charge activation owning the counter (used only if the CATEGORY is 0) |
| Type | DECIMAL(28), NULL |
| Definition | The identifier of the counter (used only if the CATEGORY is 0) |
| Type | DECIMAL(6), NULL |
| Definition | The partition of the subscriber account owning the subscription |
| Type | DECIMAL(4), NULL |
The following database indexes are available in the RR_PROPERTY 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 |
| Filegroup | PRERATING_INDX |