SAPLicenseType Table

This table stores the SAP license type on SAP systems.

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

Database Column

Details

SAPLicenseTypeID

Type: integer. Key. Generated ID

A unique identifier for the SAP license type.

SAPSystemID

Type: integer. Key

Foreign key to the system that the SAP license type belongs to.

Identifier

Type: text (max 2 characters). Key

SAP license type identifier

SAPSpecialVersionID

Type: integer. Key. Nullable

SAP special version ID

Active

Type: boolean

Indicates whether the SAP license type is active or not active.

SpecialVersionAssignment

Type: boolean. Nullable

Indicates whether the SAP license type is affected by special version.

SSCR_Allow

Type: boolean. Nullable

IsDeleted

Type: boolean

Indicated whether the SAP license type has been deleted or not.