SAPSoftwareLicenseType Table

FlexNet Manager Suite 2020 R1 (On-Premises)

SAPSoftwareLicenseType lists the SAP base license types and special versions, and is part of the full “xx-xx-xx” code.

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

Database Column

Details

SAPSoftwareLicenseTypeID

Type: integer. Key. Generated ID

A unique identifier for this SAP base license type.

LicenseCode

Type: text (max 32 characters). Key

The unique code for this license type - one of the “xx” parts of the full “xx-xx-xx” code.

SAPSpecialVersionID

Type: integer. Key. Nullable

If this is a base license type, this field is NULL (and the LicenseCode comes from the first “xx” part of the full “xx-xx-xx” code). Otherwise, it is a special SAP version (the LicenseCode comes from the second or third “xx” part), and is foreign key to the SAPSpecialVersion table.

DescriptionResourceName

Type: text (max 256 characters). Nullable

The unique name of the localizable resource string representing the license code description. Foreign key to the ComplianceResourceString table.

DescriptionDefaultValue

Type: text (max 256 characters)

The text to display if the license code resource string has no translation.

FlexNet Manager Suite (On-Premises)

2020 R1