SAPSecurityUser Table

This table stores the operators allowed to access SAP objects.

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

Database Column

Details

SAPSecurityUserID

Type: integer. Key. Generated ID

A unique identifier for the SAP security user table.

TargetTypeID

Type: integer. Key

Target type of object with restricted access.

SAPSystemLandscapeID

Type: integer. Key. Nullable

The unique identifier of an SAP system landscape.

SAPSystemID

Type: integer. Key. Nullable

The unique identifier of an SAP system.

SAPRuleSetID

Type: integer. Key. Nullable

The unique identifier of an SAP rule set.

ResourceID

Type: integer

The unique identifier of a security resource.

ActionClassID

Type: integer

The unique identifier of a security action class.

ComplianceOperatorID

Type: integer. Key

The unique identifier of an operator.