Menu

SAP Function Module SAP_WAPI_CREATE_EVENT_EXTENDED

Workflow-Schnittstellen: Ereignis erzeugen allgemein

The Function Module SAP_WAPI_CREATE_EVENT_EXTENDED (Workflow-Schnittstellen: Ereignis erzeugen allgemein) is a standard Function Module in SAP ERP and is part of the function group SWRR within the package SWR.

Technical Information

Function Module SAP_WAPI_CREATE_EVENT_EXTENDED
Short Text Workflow-Schnittstellen: Ereignis erzeugen allgemein
Function Group SWRR
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
CATID TYPE SWRSIBFCI WAPI: Objektkategorie in einer persistenten Objektreferenz
COMMIT_WORK LIKE SWR_STRUCT-COMMITFLAG 'X' Kein 'Commit Work' am Ende auslösen
EVENT_LANGUAGE LIKE SY-LANGU SY-LANGU Sprache des Ereignisses
IFS_XML_CONTAINER TYPE XSTRING Event Container als XML Datenstrom
INSTID TYPE SWRSIBFID WAPI: Instanz-ID einer persistenten Objektreferenz
LANGUAGE TYPE SYLANGU SY-LANGU R/3-System, aktuelle Sprache
TYPEID TYPE SWRSIBFTI WAPI: Typ eines Objekts in einer persistenten Objektreferenz
USER TYPE SYUNAME SY-UNAME R/3-System, Anmeldename des Benutzers

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EVENT_ID LIKE SWR_STRUCT-EVENT_ID Ereignisidentifikation
RETURN_CODE LIKE SY-SUBRC Rückgabewert (0 - 3, 999)

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
INPUT_CONTAINER LIKE SWR_CONT Eingabe-Container (Name-Wert-Paare)
MESSAGE_LINES LIKE SWR_MESSAG Nachrichtenzeilen
MESSAGE_STRUCT LIKE SWR_MSTRUC Nachrichtenstruktur

Exceptions

This function module does not define any Exceptions.