RR_COUNTER_MODIFICATION

Prerating Counter Modifications

Definition


The RR_COUNTER_MODIFICATION table contains counter modifications for prerating

Technical Data


Schema Version 4.5.13
Partitioned No

Summary


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

Name PK FK IX Uses Used by
RREC_OID     IX_COUNTER_MODIFICATION_RR     
OPERATOR          
OPERAND          
COUN_SUBS_OID          
COUN_HOLD_OID          
COUN_KEY          
PARTITION_ID          

Column Details


RREC_OID

Definition The identifier of the rating record
Type DECIMAL(28), NULL
Available Index IX_COUNTER_MODIFICATION_RR

OPERATOR

Definition The type of modification
Format

The possible values are:

  • 0: set
  • 1: add
  • 2: subtract
  • 3: multiply
  • 4: divide

Type DECIMAL(1), NULL

OPERAND

Definition The value used for the modification
Type DECIMAL(28,6), NULL

COUN_SUBS_OID

Definition The root subscription of the counter
Type DECIMAL(28), NULL

COUN_HOLD_OID

Definition The identifier of the subscription or the charge activation owning the counter
Type DECIMAL(28), NULL

COUN_KEY

Definition The identifier of the counter
Type DECIMAL(13), NULL

PARTITION_ID

Definition The partition of the subscriber account owning the subscription
Type DECIMAL(4), NULL

Index Details


The following database indexes are available in the RR_COUNTER_MODIFICATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

IX_COUNTER_MODIFICATION_RR

Indexed Column(s) RREC_OID
Unique No
Partitioned Yes