SAPSystemEngineMetric Table

This table stores the value of applications engine metrics per system.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for SAPSystemEngineMetric table

Database Column

Details

SAPSystemEngineMetricID

Type: integer. Key. Generated ID

A unique identifier for the SAP system engine metric name table.

SAPEngineID

Type: integer. Key

The unique identifier of an SAP engine.

SAPEngineMetricID

Type: integer. Key

The unique identifier of an SAP engine metric.

SAPSystemID

Type: integer. Key

The unique identifier of an SAP system.

SAPEnginePeriodTypeID

Type: integer. Key

A unique identifier for the SAP engine period type.

MetricValue

Type: decimal

The value of the application engine metric.

PeriodStartDate

Type: datetime. Key. Nullable

The start date of the SAP application engine metric calculation period.

PeriodEndDate

Type: datetime. Key. Nullable

The end date of the SAP application engine metric calculation period.

CalculationDate

Type: datetime. Key. Nullable

The date the SAP application engine metric calculation was performed.