SAP Function SWW_EI_EVENT_RECEIVE - Receive Event By Wait Step Work Item

Parameter Reference Type Length Default Optional Text
EVENT SWETYPECOU-EVENT C 32 Name of Event
EXCEPTIONS_ALLOWED SWEFLAGS-EXC_OK C 1 'X' X Indicator Showing Whether FM Can Raise Exceptions
OBJKEY SWEINSTCOU-OBJKEY C 70 Key of Triggering Object
OBJTYPE SWETYPECOU-OBJTYPE C 10 Type of Triggering Object
RECTYPE SWETYPECOU-RECTYPE C 14 Type of Receiving Object

Parameter Reference Type Length Text
REC_ID SWELOG-RECID C 90 Key of Receiving Object

Parameter Reference Length Optional Text
EVENT_CONTAINER SWCONT 297 Event Container

Exception Text
EXECUTION_FAILED Execution of Work Item Failed
INVALID_STATUS Execution Not Allowed in Current Status
TEMP_ERROR Temporary Erro (Enqueue, ...)

Functionality
This function module processes an incoming event, for which there is aninstance linkage with the receiver type EVENTITEM. Instancelinkages like this are created by the workflow system for wait stepwork items that are to be executed.
If a finite number of events is to be received (event_item-max_count >=0), the counter for events already received (event_item-act_count) isincreased by one. If the maximum number of events has been reached, acallback is executed to the superordinate workflow.
Wait step work items that are to be able to receive an infinite numberof events must be completed explicitly by the creating workflow (bysetting the status to COMPLETED or CANCELLED).

Description
This parameter is not evaluated in this function module. It is onlyrequired for the linkage.
INCLUDE WF_FB_EVENT_OBJECTKEY OBJECT DOKU ID TX
INCLUDE WF_FB_EVENT_OBJECT OBJECT DOKU ID TX

Description
This receiver function module can only be used for instance linkageswith the receiver type EVENTITEM.
INCLUDE WF_FB_EVENT_EVENTCONTAINER OBJECT DOKU ID TX

1402685CL_SWF_RUN_TRANSACTION_MANAGER: MESSAGE X SWF_CNT_001 030
655260Missing event container during upgrade 4.6 -> 6.20 ...