SAPRole Table

This table stores SAP roles

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

Database Column

Details

SAPRoleID

Type: integer. Key. Generated ID

A unique identifier for the SAP role.

SAPSystemID

Type: integer. Key

Foreign key to the system that the role belongs to.

RoleName

Type: text (max 30 characters)

The name of the role.

NumberOfTransactionCodes

Type: integer. Nullable

Total number of transaction codes allowed to be executed by this role.

LicenseType

Type: text (max 2 characters). Nullable

License type associated to this role