Menu

SAP Function Module SWR_WF_XML_EVENT_STATE_CHANGED

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module SWR_WF_XML_EVENT_STATE_CHANGED () is a standard Function Module in SAP ERP and is part of the function group SWRXML within the package SWR.

Technical Information

Function Module SWR_WF_XML_EVENT_STATE_CHANGED
Short Text
Function Group SWRXML
Package SWR
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EVENT LIKE SWETYPECOU-EVENT Name of Event
EXCEPTIONS_ALLOWED LIKE SWEFLAGS-EXC_OK SPACE Indicator Showing Whether FM Can Raise Exceptions
OBJKEY LIKE SWEINSTCOU-OBJKEY Key of Triggering Object
OBJTYPE LIKE SWETYPECOU-OBJTYPE Type of triggering object
RECTYPE LIKE SWETYPECOU-RECTYPE Type of Event Receiver, Here: Task ID

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
REC_ID LIKE SWELOG-RECID Key of Receiving Object

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EVENT_CONTAINER LIKE SWCONT Event container

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
CREATE_FAILED Create Work Item Failed
READ_FAILED Read Definition for Task Failed