The BATCH_RATING_GROUP_DESCRIPTION table contains the definitions of all the batch
rating groups
customized for the SAP CC system. The definition includes a code and a description.
The batch rating groups are assigned to subscriptions
and charging contracts
| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
The BATCH_RATING_GROUP_DESCRIPTION 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 |
|---|---|---|---|---|---|---|
| BGRP_OID | PK_BATCH_GROUP_DESCRIPTION |
|
The unique identifier of the batch rating group | |||
| CODE |
|
The code of the batch rating group | ||||
| DESCRIPTION |
|
The text description of the batch rating group |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The unique identifier of the batch rating group |
| Type | DECIMAL(2), NOT NULL |
| Primary Key | PK_BATCH_GROUP_DESCRIPTION |
| Definition | The code of the batch rating group |
| Type | VARCHAR(256), NOT NULL |
| Definition | The text description of the batch rating group |
| Type | VARCHAR(256), NOT NULL |
See the primary key information:
| Column(s) | BGRP_OID |
| Tablespace | CATALOG_INDX |