The METRIC table contains product usage information recorded as usage metrics collected
and consolidated by the updater instance in the SAP CC Core Server system.
This information is available in GLAS files.
| Schema Version | 4.6.2 | |
| Filegroup | CATALOG_DATA | |
| Partitioned | No | |
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 metric unique identifier. It is generated by the SAP CC system. | |||
| RECORD_DATE |
|
The date of the metric snapshot in the SAP CC user | ||||
| STATUS |
|
The status of the metric | ||||
| TRANSAC |
|
The number of transactions | ||||
| POSTPAID_TRANSAC |
|
The number of postpaid transactions | ||||
| PREPAID_TRANSAC |
|
The number of prepaid transactions | ||||
| SUBSCRIBER_ACCOUNT |
|
The number of subscriber accounts |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The metric unique identifier. It is generated by the SAP CC system. |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_METRIC |
| Definition | The date of the metric snapshot in the SAP CC user |
| Type | DATETIME, NOT NULL |
| Definition | The status of the metric |
| Type | DECIMAL(1), NOT NULL |
| Definition | The number of transactions |
| Type | DECIMAL(28), NULL |
| Definition | The number of postpaid transactions |
| Type | DECIMAL(28), NULL |
| Definition | The number of prepaid transactions |
| Type | DECIMAL(28), NULL |
| Definition | The number of subscriber accounts |
| Type | DECIMAL(28), NULL |
See the primary key information:
| Column(s) | OID |
| Filegroup | CATALOG_DATA |