Waits for an eventAction that is triggered if particular conditions apply. It can be an Automation Engine object type or an entry in a Policy Orchestrator EventBase. that is triggered in SAP.
Transaction: SM36 (start condition)
Interface: Standard
R3_GET_EVENT
ID=...
[,PARAM=...]
[,TIMEOUT=...]
Syntax |
Description/Format |
---|---|
ID= |
Name of the event. Only one string with a maximum of 32 characters is allowed. |
PARAM= |
Parameter for the event. Only one string with a maximum of 64 characters is allowed. |
TIMEOUT= |
Waiting time in seconds for an event that is triggered in SAP. Default value: "0" |
This script element can be used to wait for an event that has been triggered in SAP. This could be a system event, an event that has been predefined in SAP, or a userIn the Automation Engine, a user is an instance of a User object, and generally the user is a specific person who works with Automic products. The User object is assigned a user ID and then a set of access rights to various parts of the Automation Engine system and product suite. These access rights come in the form of Automation Engine authorizations and privileges, Decision user roles and EventBase rights and ARA web application object rights. You can manage all these centrally in the ECC user management functions. See also, Unified user management. event. You can specify any content of your choice for the string that is used as the event parameter. Note that the script element waits for the event for an indefinite time if you define zero seconds for the timeout period.
Script processing continues when the event occurs.
Note that this script element can only react if the specified event is available in the SAP Event History. Adjust the event's criteria profile in SAP accordingly if necessary.
The following example defines that the waiting time for the event "TEST" with the parameter "Myparam" should be 10 seconds.
R3_GET_EVENT ID="TEST",PARAM="Myparam",TIMEOUT=10
See also:
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |