RR_COUNTER_MODIFICATION

Prerating Counter Modifications

Definition


The RR_COUNTER_MODIFICATION table contains counter modifications for prerating

Technical Data


Schema Version 5.0.6
Partitioned No

Summary


The RR_COUNTER_MODIFICATION 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
RREC_OID     IX_COUNTER_MODIFICATION_RR   

    The identifier of the rating record
    OPERATOR        

      The type of modification

      More...

      OPERAND        

        The value used for the modification
        COUN_SUBS_OID        

          The root subscription of the counter
          COUN_HOLD_OID        

            The identifier of the subscription or the charge activation owning the counter
            COUN_KEY        

              The identifier of the counter
              PARTITION_ID        

                The partition of the subscriber account owning the subscription

                Column Details

                The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

                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