Triggers 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. which has been defined in SAP.
Transaction: SM64
Interface: AE and Standard (XBP 2.0)
R3_RAISE_EVENT
ID=...
[,PARAM=...]
[,TARGET_SERVER=...]
Syntax | Description/Format | AE Interface required |
---|---|---|
ID= |
Name of the event A string consisting of a maximum of 32 characters is allowed. |
|
PARAM= |
Parameter for the event A string consisting of a maximum of 64 characters is allowed. |
|
TARGET_SERVER= |
Target system in which the event should be
triggered. Default value: Field content of "Target system" in the "Host Attributes" tab. |
![]() |
This script element can be used to trigger an event which has been defined in SAP using the transaction SM62. This could be a system event ( an event which has been predefined by 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 define a string of any content of your choice as the event parameter. The target system which has been defined in the Host Attributes tab will be used if no target system has been assigned to this script element in which the event should be triggered.
Example:
This example triggers the event "Test" and specifies the event parameter "Myparam".
R3_RAISE_EVENT ID="TEST",PARAM="Myparam"
See also:
Automic Documentation - Tutorials - Automic Blog - Resources - Training & Services - Automic YouTube Channel - Download Center - Support |
Copyright © 2016 Automic Software GmbH |