SAPSystemType Table

This table stores SAP system type.

Table 1. Database columns for SAPSystemType table

Database Column

Details

SAPSystemTypeID

Type: integer. Key. Generated ID

A unique identifier for the SAP system type.

TypeName

Type: text (max 64 characters). Key

A unique lookup for each SAPSystemType. Possible values and the corresponding default strings are:

  • SAP
  • NonSAP
ResourceName

Type: text (max 256 characters). Nullable

A localizable resource string representing an SAP system type. Foreign key to the ComplianceResourceString table.

DefaultValue

Type: text (max 100 characters)

The text to display if the SAP system type resource string has no translation.