SAPActivityCheckSummary Table

This table stores SAP activity check summary data.

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 SAPActivityCheckSummary table

Database Column

Details

SAPActivityCheckSummaryID

Type: integer. Key. Generated ID

A unique identifier for the SAP activity check summary.

SAPUserID

Type: integer. Key

Foreign key to the SAP user.

SAPSystemLandscapeID

Type: integer. Key

Foreign key to the system landscape that the SAP activity check work time data belongs to.

HasExceededBreakDuration

Type: boolean

Indicates whether or not the user has exceeded the minimum required break duration.

HasMultipleLogons

Type: boolean

Indicates whether or not the user has multiple logons.

IsHidden

Type: boolean

Is this record marked as hidden in the UI.