METRIC_RECORD
Definition
The METRIC table contains information about the metrics of SAP Convergent Charging
APIs
Technical Data
Summary
The METRIC_RECORD table is defined by the
following columns.
See the column details for more information.
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 |
DATETIME, 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