SAPImportedInventoryFileDigest Table

This table stores digests of imported SAP inventory files.

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

Database Column

Details

SAPImportedInventory FileDigestID

Type: integer. Key. Generated ID

A unique identifier for the SAP impoted inventory file digest.

LandscapeUID

Type: text (max 128 characters). Key

A global unique identifier for the system landscape.

SystemID

Type: text (max 64 characters). Key

The System ID that is used to identify the SAP system.

ClientID

Type: text (max 32 characters). Key

The Client ID that is to be used when connecting to the SAP system.

SystemNumber

Type: text (max 32 characters). Key. Nullable

The SAP system number. This value will be used by the RFC connection.

MD5Hash

Type: text (max 64 characters). Key

MD5 hash of imported SAP inventory file content.

CreationDate

Type: datetime

The data and time the digest record was created.