The RATE_COMPONENT table contains basic information about rating and charging components.
The rating components are used to build price plans and the
charging components are used to build charging plan.
| Schema Version | 5.0.6 | |
| Partitioned | No | |
The RATE_COMPONENT 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 |
|---|---|---|---|---|---|---|
| OID | PK_RATE_COMPONENT |
|
The component unique ID. It is generated by the SAP CC system. | |||
| NAME |
|
The name of the component | ||||
| DESCRIPTION |
|
The description of the component | ||||
| TYPE |
|
The type of the component | ||||
| RCOM_OID | IX_RCOM_RCOM | RATE_COMPONENT (OID)
|
|
The parent component ID | ||
| INDEX_IN_RCOM |
|
The position of the rate component into its parent component | ||||
| RCHO_OID | IX_RCOM_RCOH | RATE_COMPONENT_HOLDER (OID)
|
|
The component holder |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The component unique ID. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RATE_COMPONENT |
| Definition | The name of the component |
| Type | NVARCHAR(256), NULL |
| Definition | The description of the component |
| Type | NVARCHAR(2000), NULL |
| Definition | The type of the component |
| Format |
The possible values are:
|
| Type | DECIMAL(3), NOT NULL |
| Definition | The parent component ID |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RCOM_RCOM |
| Definition | The position of the rate component into its parent component |
| Type | DECIMAL(5), NOT NULL |
| Definition | The component holder |
| Type | DECIMAL(28), NULL |
| Available Index | IX_RCOM_RCOH |
See the primary key information:
| Column(s) | OID |
| Segment | CATALOG_INDX |
The following database indexes are available in the RATE_COMPONENT 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 |
| Indexed Column(s) | RCHO_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |