METRIC_RECORD

Definition


The METRIC table contains information about the metrics of SAP Convergent Charging APIs

Technical Data


Schema Version 4.5.13
Tablespace CATALOG_DATA
Partitioned No

Summary


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

Name PK FK IX Uses Used by
OID PK_METRIC         
RECORD_DATE          
STATUS          
TRANSAC          
POSTPAID_TRANSAC          
PREPAID_TRANSAC          
SUBSCRIBER_ACCOUNT          

Column Details


OID

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

RECORD_DATE

Definition The date of the metric snapshot in the SAP Convergent Charging user
Type TIMESTAMP, NOT NULL

STATUS

Definition The status of the metric
Type DECIMAL(1), NOT NULL

TRANSAC

Definition The number of transactions
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
Type DECIMAL(28), NULL

Primary Key Details


PK_METRIC

Column(s) OID
Tablespace CATALOG_INDX