Skip to main content

Type Alias: SAPDomain

SAPDomain = "procurement" | "sales" | "finance" | "manufacturing" | "warehouse" | "quality"

Defined in: src/vocabulary/types.ts:25

The six supported SAP business domains in the vocabulary system.

Example​

const domain: SAPDomain = 'procurement';