BATCH_RATING_GROUP_DESCRIPTION

Description


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

Technical Data


Schema Version 4.5.13
Filegroup CATALOG_DATA
Partitioned No

Summary


The BATCH_RATING_GROUP_DESCRIPTION table is defined by the following columns. See the column details for more information.

Name PK FK IX Uses Used by
BGRP_OID PK_BATCH_GROUP_DESCRIPTION        SUBSCRIPTION (BGRP_OID)
 
CODE          
DESCRIPTION          

Column Details


BGRP_OID

Definition The unique identifier of the batch rating group
Type DECIMAL(2), NOT NULL
Primary Key PK_BATCH_GROUP_DESCRIPTION

CODE

Definition The code of the batch rating group
Type NVARCHAR(256), NOT NULL

DESCRIPTION

Definition The text description of the batch rating group
Type NVARCHAR(256), NOT NULL

Primary Key Details


PK_BATCH_GROUP_DESCRIPTION

Column(s) BGRP_OID
Filegroup CATALOG_DATA