SAPEnginePeriodType Table

This table stores the types of SAP applications engine measurement periods.

Table 1. Database columns for SAPEnginePeriodType table

Database Column

Details

SAPEnginePeriodTypeID

Type: integer. Key. Generated ID

A unique identifier for the SAP engine period type table.

PeriodTypeCode

Type: text (max 1 characters). Key

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

  • Y = Last year
  • C = Last calendar year
  • T = Year to date
  • M = This month
  • Q = This quarter
  • 6 = Last six months
  • U = Undefined
ResourceName

Type: text (max 256 characters)

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 system type resource string has no translation.