SAPSystemLandscapeEngine Table

This table stores an engine in the system landscape.

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

Database Column

Details

SAPSystemLandscape EngineID

Type: integer. Key. Generated ID

A unique identifier for the SAP system landscape engine table.

SAPSystemLandscapeID

Type: integer. Key

Foreign key to the system landscape that the SAP engine belongs to.

EngineUID

Type: text (max 128 characters). Key

A global unique identifier for the SAP engine in a system landscape.

EngineName

Type: text (max 128 characters)

Name of engine.

EngineDescription

Type: text. Nullable

Description of engine.

ApplicationID

Type: integer. Nullable

SAP internal application ID

IsActive

Type: boolean

Whether or not the engine is active for inclusion in license position.

NumberPurchased

Type: integer. Nullable

UnitPrice

Type: currency. Nullable

UnitPriceRateID

Type: integer. Nullable

SAPContentEngineID

Type: integer. Key. Nullable

A unique identifier for the SAP content engine table.

SAPContentEngineRuleID

Type: integer. Key. Nullable

A unique identifier for the SAP content engine rule table.

CustomRuleDefinition

Type: text. Nullable

Custom rule definition for calculating consumption of an engine.

CustomTotalConsumption

Type: integer. Nullable

Self-declared total consumption.

UseCustomTotalConsumption

Type: boolean

Use CustomTotalConsumption

ConsumptionUnit

Type: text. Nullable

Unit description to describe the consumption amount.

CreationUser

Type: text (max 256 characters)

The user who created the system landscape.

CreationDate

Type: datetime

The data and time the system landscape was created.

UpdatedUser

Type: text (max 256 characters)

The last user who update the system landscape.

UpdatedDate

Type: datetime

The date and time the system landscape was last updated.