Skip to main content
Version: v2.5

The Input Data Model

The input data is expected to be provided in a well-defined schema. The event log must contain only the fields specified by the schema. For any additional data about the events and cases, please use the event or case dimensions.

The data may be provided as (external) tables or views.

The Event Log

Columns which are not marked as mandatory can be omitted or contain NULL values.

Field NameTYPEMandatoryDescription
EL_LINKVARCHAR(✓)¹Unique Identification used to cluster related OCPM-Cases
EL_CASE_IDVARCHARUnique Case identification (z.B. Purchase Order, Sales Order).
EL_EVENT_IDVARCHARUnique Event identification within a case
EL_ACTIVITY_TYPEVARCHARName of the activity/event
EL_ACTIVITY_TYPE_IDNUMBERTechnical ID of the activity/event
EL_OBJECT_TYPEVARCHAR(✓)¹Used to decide which CaseID belongs to which type of object.
EL_PRINCIPAL_OBJECT_TYPEVARCHAR(✓)¹Used to keep the information from which object an activity was originally caused
EL_ACTIVITY_START_TIMESTAMPTIMESTAMP_NTZ(✓)²Start timestamp of activity

If it is not differentiated between begin and end timestamp of an activity use EL_ACTIVITY_TIMESTAMP instead.
EL_ACTIVITY_END_TIMESTAMPTIMESTAMP_NTZ(✓)²End timestamp of activity

If it is not differentiated between begin and end timestamp of an activity use EL_ACTIVITY_TIMESTAMP instead.
EL_ACTIVITY_TIMESTAMPTIMESTAMP_NTZ(✓)²Timestamp of an activity if no distinction is made between start and end.
EL_ACTIVITY_ORIGIN_IDVARCHAR(✓)¹ID for the origin of the event.

Example: IDs that reference the event in the SAP tables specified in EL_ACTIVITY_ORIGIN.
EL_ACTIVITY_ORIGINVARCHARReference to the origin of the events

Example: Tables in SAP concatenated from which the event originates.
EL_USERNAMEVARCHARThis fields holds the user who is responsible for completing an activity. It can also be a technical user, if the activity is automated.
EL_GEOFIELDVARCHARContains geographic information, like country, region, city, co-ordinates, addresses, or other spatial data.
EL_RESOURCEVARCHARName of a Resource used to mine a resource log
EL_REAL_USERNUMBER(1,0)
BOOLEAN
Flag which marks an event as executed by a real user.

Can also be derived from the EL_USERNAME field by configuring a pattern in the mpmX Snowflake App like *Robot*,System
EL_REWORK_EVENTNUMBER(1,0)
BOOLEAN
Flag which marks an event as rework event.

Can also be derived from the EL_ACTIVITY_TYPE field by configuring a pattern in the mpmX Snowflake App like *Delete*,*Change*,*Cancel*

¹ Mandatory in OCPM event logs

² Mandatory, define either EL_ACTIVITY_TIMESTAMP or both EL_ACTIVITY_START_TIMESTAMP and EL_ACTIVITY_END_TIMESTAMP

See also:

The Case Dimensions

Field NameTYPEDescription
KEY_CASE_IDVARCHARUnique Case identification, relates to EL_CASE_ID in event log
CD_<any CaseDimension>ANYAny columns starting with CD_ (examples: CD_CaseDimension1-5 and CD_CaseValue1-2)

Requires a mapping in the configuration so that we can continue to analyze CaseDimension1-5 and CaseValue1-2 in Qlik Sense.

The Event Dimensions

Field NameTYPEDescription
KEY_EVENT_IDVARCHARUnique Event identification within a case, relates to EL_EVENT_ID in event log
ED_<any EventDimension>ANYAny columns starting with ED_ (examples: ED_EventDimension1-3 and ED_EventValue1-2)

Requires a mapping in the configuration so that we can continue to analyze EventDimension1-3 and EventValue1-2 in Qlik Sense.