R3_RAISE_EVENT

Use the R3_RAISE_EVENT script element to trigger an event defined in SAP using transaction SM62. The event can be a system event predefined by SAP or a user-defined event.

Transaction: SM64

Interface: AE and Standard (XBP 2.0)

Syntax

R3_RAISE_EVENT ID=...[,PARAM=...][,TARGET_SERVER=...]

Parameters

Parameter Description Format
ID= Name of the event. Maximum 32 characters. Script literal
PARAM=
(Optional)
Event parameter. Can contain any content of your choice. Maximum 64 characters. Script literal
TARGET_SERVER=
(Optional)
Target system in which the event is triggered. If not specified, the target system defined on the Host Attributes page is used. For more information, see Job Object Attributes.
Note: Requires the AE interface.
Script literal

Examples

The following example triggers the TEST event with the event parameter MYPARAM.

R3_RAISE_EVENT ID="TEST",PARAM="MYPARAM"

See also: