SAPObjectType Table

This tables stores SAP object types

Table 1. Database columns for SAPObjectType table

Database Column

Details

SAPObjectTypeID

Type: integer. Key. Generated ID

  • 1 = Transaction
  • 2 = Report
  • 3 = Job
  • 4 = NonSAP
TypeName

Type: text (max 64 characters). Key

A unique name for the SAP object type.

ResourceName

Type: text (max 256 characters). Nullable

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

DefaultValue

Type: text (max 100 characters)

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