Event Management
Modern business applications demand that process management is event aware. Traditional predefined and time-based process control systems do not meet the requirements of modern complex application and system environments and their ever-increasing interdependency.
The Automation Engine offers a sophisticated solution for event-aware process management. Processing can be performed depending on a variety of real-time system conditions and events. The Automation Engine offers this functionality for various OS and application platforms. Definition and modification of events takes place centrally and is platform-independent, ensuring ease of use by the authorized user.
The SAP background processing system also provides event control. Events can trigger appropriate SAP background jobs
This page includes the following:
SAP Event
An SAP event is an entity that is defined in transaction SM62. A defined event can be triggered (manually, with an OS job or an ABAP program), causing the execution of a background process.
Integration
The system integrates SAP events into its centralized process management. The Automation Engine can receive and trigger SAP Events.
The full AE functionality is available for defining trigger conditions and points in time for an SAP event. Upon the occurrence of such an event the appropriate processes in the SAP system are started. Receiving events usually is used to synchronize subsequent processing in the Automation Engine with SAP Applications.
It is also possible to use an Event object of type "Console" (See Monitoring SAP Events). The agent monitors the triggered SAP events and forwards the information to the Console events. Filters can be used to specify SAP events which should trigger subsequent processing or an information message.
AE JCL for SAP
- R3_GET_EVENT
Waits for an event that is triggered by SAP - R3_RAISE_EVENT
Triggers an event that is triggered by SAP
See also: