SAPTransactionProfile Table

This table stores SAP transaction profiles.

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

Database Column

Details

SAPTransactionProfileID

Type: integer. Key. Generated ID

A unique identifier for the SAP transaction profile.

SAPSystemLandscapeID

Type: integer. Key

Foreign key to SAP system landscapes the SAP transaction profile belongs to.

TransactionProfileName

Type: text (max 128 characters)

Name of the SAP transaction profile

Description

Type: text. Nullable

Description of the SAP transaction profile

CreationUser

Type: text (max 128 characters). Nullable

The user who created the SAP transaction profile.

CreationDate

Type: datetime

The data and time the SAP transaction profile was created.

UpdatedUser

Type: text (max 128 characters). Nullable

The last user who update the SAP transaction profile.

UpdatedDate

Type: datetime

The date and time the SAP transaction profile was last updated.