| Schema Version | 5.0.5 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The RATING_SESSION 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_RATING_SESSION | IX_RATING_SESSION |
|
The ID of the rating session | ||
| BGRP_OID |
|
The ID of the CDR group, called "batch rating group ID" in SAP CC | ||||
| CDR_SUBSCRIPTION_ID |
|
The subscription ID of the rating session | ||||
| START_DATE |
|
The start date of the rating session (batch charging session) | ||||
| DURATION |
|
The duration of the rating session in seconds | ||||
| RATING_MODE |
|
The rating mode of the rating session | ||||
| MAX_CDR_CONSUMPTION_DATE |
|
The CDRs before this date are rated | ||||
| NB_CDR_RATED |
|
The number of rated CDRs | ||||
| NB_CDR_ERROR |
|
The number of erroneous CDRs | ||||
| DESCRIPTION |
|
The description of the batch rating/charging session | ||||
| STATUS |
|
The current status of the session |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ID of the rating session |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_RATING_SESSION |
| Available Index | IX_RATING_SESSION |
| Definition | The ID of the CDR group, called "batch rating group ID" in SAP CC |
| Type | DECIMAL(2), NOT NULL |
| Definition | The subscription ID of the rating session |
| Description |
|
| Type | DECIMAL(28), NULL |
| Definition | The start date of the rating session (batch charging session) |
| Type | DATETIME, NOT NULL |
| Definition | The duration of the rating session in seconds |
| Type | DECIMAL(28), NULL |
| Definition | The rating mode of the rating session |
| Type | DECIMAL(1), NOT NULL |
| Definition | The CDRs before this date are rated |
| Type | DATETIME, NOT NULL |
| Definition | The number of rated CDRs |
| Type | DECIMAL(28), NULL |
| Definition | The number of erroneous CDRs |
| Type | DECIMAL(28), NULL |
| Definition | The description of the batch rating/charging session |
| Type | NVARCHAR(2000), NULL |
| Definition | The current status of the session |
| Type | DECIMAL(1), NOT NULL |
| Default | 0 |
See the primary key information:
| Column(s) | OID |
| Filegroup | BART_DATA |
The following database indexes are available in the RATING_SESSION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:
| Indexed Column(s) | OID |
| Unique | No |
| Partitioned | No |
| Clustered | No |
| Filegroup | BART_INDX |