| Schema Version | 5.0.6 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
The USAGE_RATE 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_USAGE_RATE |
|
The usage rate unique identifier | |||
| INDEX_IN_PLAN |
|
The position of the usage rate in the price plan | ||||
| NAME |
|
The name of the rate | ||||
| DESCRIPTION |
|
The description of the rate | ||||
| DESCRIPTION_NAME |
|
The name of the chargeable item that is rated | ||||
| GUIDING_NAME |
|
The name used for the guiding of the chargeable item | ||||
| PRODUCT_CODE |
|
The product code for this rate | ||||
| OLD_DESCRIPTION_NAME |
|
The old name of the chargeable item that is rated (before the migration to independent chargeable item classes) | ||||
| PLAN_OID | IX_USAGE_RATE_PP | PRICE_PLAN (OID)
|
|
The ID of the price plan for the usage rate |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The usage rate unique identifier |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_USAGE_RATE |
| Definition | The position of the usage rate in the price plan |
| Type | DECIMAL(5), NOT NULL |
| Definition | The name of the rate |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The description of the rate |
| Type | NVARCHAR(2000), NULL |
| Definition | The name of the chargeable item that is rated |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The name used for the guiding of the chargeable item |
| Type | NVARCHAR(256), NOT NULL |
| Definition | The product code for this rate |
| Type | NVARCHAR(256), NULL |
| Definition | The old name of the chargeable item that is rated (before the migration to independent chargeable item classes) |
| Type | NVARCHAR(256), NULL |
| Definition | The ID of the price plan for the usage rate |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_USAGE_RATE_PP |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |
The following database indexes are available in the USAGE_RATE database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | PLAN_OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | CATALOG_INDX |