METRIC_RECORD

Usage Metrics (in Technical Data)

Definition


The METRIC_RECORD table contains the usage metrics that are recorded to audit the SAP product and SAP system usage

Description


The METRIC_RECORD table contains product and system usage information recorded as usage metrics. The system measures multiple values. Each database record stores a list of metric values. You use this information to audit your system.

In the SAP CC Core Server system, the updater instance collects, consolidates, and purges the usage metrics daily.

Licensing may use some of these metrics and includes statistics in your license auditing reports.

Technical Data


Schema Version 2025.0.0
Partitioned No

Summary


The METRIC_RECORD 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_METRIC       

    The unique identifier of the usage metric set. It is generated by the SAP CC system.
    RECORD_DATE        

      The date and time of the recording for the set of usage metric values
      STATUS        

        The processing status of the usage metric recording (complete or partial)

        More...

        TRANSAC        

          The number of transactions generated by the system
          POSTPAID_TRANSAC        

            The number of postpaid transactions
            PREPAID_TRANSAC        

              The number of prepaid transactions
              SUBSCRIBER_ACCOUNT        

                The number of subscriber accounts in master data
                CHARGING_CONTRACT        

                  The number of charging contracts in master data
                  MAPPING_TABLE_ROW        

                    The number of mapping table rows in master data

                    Column Details

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

                    OID

                    Definition The unique identifier of the usage metric set. It is generated by the SAP CC system.
                    Type DECIMAL(28), NOT NULL
                    Primary Key PK_METRIC

                    RECORD_DATE

                    Definition The date and time of the recording for the set of usage metric values
                    Type DATETIME, NOT NULL

                    STATUS

                    Definition The processing status of the usage metric recording (complete or partial)
                    Description

                    • 0: complete
                    • 1: partial

                    Type DECIMAL(1), NOT NULL

                    TRANSAC

                    Definition The number of transactions generated by the system
                    Type DECIMAL(28), NULL

                    POSTPAID_TRANSAC

                    Definition The number of postpaid transactions
                    Type DECIMAL(28), NULL

                    PREPAID_TRANSAC

                    Definition The number of prepaid transactions
                    Type DECIMAL(28), NULL

                    SUBSCRIBER_ACCOUNT

                    Definition The number of subscriber accounts in master data
                    Type DECIMAL(28), NULL

                    CHARGING_CONTRACT

                    Definition The number of charging contracts in master data
                    Type DECIMAL(28), NULL

                    MAPPING_TABLE_ROW

                    Definition The number of mapping table rows in master data
                    Type DECIMAL(28), NULL

                    Primary Key Details

                    See the primary key information:

                    PK_METRIC

                    Column(s) OID
                    Segment CATALOG_INDX