| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The RATE_COMPONENT_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 |
|---|---|---|---|---|---|---|
| RCOM_OID | IX_RCOP_RCOM | RATE_COMPONENT (OID)
|
|
The component unique identifier | ||
| PROPERTY_NAME |
|
The name of the property | ||||
| PROPERTY_TYPE |
|
The type of the property | ||||
| PROPERTY_INDEX |
|
The position of the property in the component | ||||
| NUMBER_VALUE |
|
The value of the property if it is a number | ||||
| STRING_VALUE |
|
The value of the property if it is a string | ||||
| DATE_VALUE |
|
The value of the property if it is a date |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The component unique identifier |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_RCOP_RCOM |
| Definition | The name of the property |
| Type | NVARCHAR(256), NULL |
| Definition | The type of the property |
| Type | DECIMAL(2), NULL |
| Definition | The position of the property in the component |
| Type | DECIMAL(3), 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 string |
| Type | NVARCHAR(2000), NULL |
| Definition | The value of the property if it is a date |
| Type | DATETIME, NULL |
The following database indexes are available in the RATE_COMPONENT_PROPERTY database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | RCOM_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |