The Function Module SWE_EVENT_CREATE (Generate an event (public)) is a standard Function Module in SAP ERP and is part of the function group SWEA within the package SWE.
Function Module | SWE_EVENT_CREATE |
Short Text | Generate an event (public) |
Function Group | SWEA |
Package | SWE |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CREATOR | LIKE | SWHACTOR | SPACE | Event creator |
DEBUG_FLAG | LIKE | SWEFLAGS-DEBUGFLAG | SPACE | Flag for debugging in receiver FM |
EVENT | LIKE | SWETYPECOU-EVENT | Name of Event | |
IDENT | LIKE | SWEDUMEVID-EVTID | ID of event (only if previously in queue) | |
NO_COMMIT_FOR_QUEUE | LIKE | SWEFLAGS-COMMITFLAG | SPACE | Entry in event queue without explicit COMMIT |
NO_LOGGING | LIKE | SWEFLAGS-LOGFLAG | SPACE | Flag for no logging |
OBJKEY | LIKE | SWEINSTCOU-OBJKEY | ID (key) of triggering object | |
OBJTYPE | LIKE | SWETYPECOU-OBJTYPE | Type of triggering object | |
START_RECFB_SYNCHRON | LIKE | SWEFLAGS-SYNCFLAG | SPACE | Flag for synchronous call to receiver FM |
START_WITH_DELAY | LIKE | SWEFLAGS-DELAYFLAG | SPACE | Flag for delayed start of aRFC |
TAKE_WORKITEM_REQUESTER | LIKE | SWEFLAGS-WIREQFLAG | SPACE | Flag for using last WI as requester |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EVENT_ID | LIKE | SWEDUMEVID-EVTID | ID of triggered event | |
RECEIVER_COUNT | LIKE | SWEDUMEVID-EVTID | ID of an event instance |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EVENT_CONTAINER | LIKE | SWCONT | Data container of event |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
OBJTYPE_NOT_FOUND | Triggering object type not found |