SAPLicenseRatio Table

This table stores SAP license ratios used for recommending optimizations for SAP.

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

Database Column

Details

SAPLicenseRatioID

Type: integer. Key. Generated ID

A unique identifier for the SAP license ratio.

LeftLicenseType

Type: text (max 2 characters)

The type of license assigned to the left side of the license ratio.

LeftValue

Type: integer

The value belonging to the left side of the license ratio.

RightLicenseType

Type: text (max 2 characters)

The type of license assigned to the right side of the license ratio.

RightValue

Type: integer

The value belonging to the right side of the license ratio.

SAPSystemLandscapeID

Type: integer. Key

Foreign key to the system landscape that the license ratio belongs to.

IsActive

Type: boolean

Whether or not this license ratio is used to automatically optimize SAP license assignments.

CreationUser

Type: text (max 256 characters)

The user who created the license ratio.

CreationDate

Type: datetime

The data and time the license ratio was created.

UpdatedUser

Type: text (max 256 characters)

The last user who update the license ratio.

UpdatedDate

Type: datetime

The date and time the license ratio was last updated.