Menu

SAP Function Module LECI_CREATE_EVENT

Anlegen eines Vorgangs innerhalb des Check-in/out Prozesses.

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module LECI_CREATE_EVENT (Anlegen eines Vorgangs innerhalb des Check-in/out Prozesses.) is a standard Function Module in SAP ERP and is part of the function group LE_CHECK_IN within the package LE_CHKIN.

Technical Information

Function Module LECI_CREATE_EVENT
Short Text Anlegen eines Vorgangs innerhalb des Check-in/out Prozesses.
Function Group LE_CHECK_IN
Package LE_CHKIN
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IF_EVENT TYPE CHK_EVENT Vorgang innerhalb des Check-in/out Prozesses
IF_PROC_FIN TYPE FL_PROC_FIN Kennzeichen: Prozeß ist vollständig abgeschlossen
IS_EVENT_DATA_NEW LIKE LECI_EVENT_DATA Vorgangsdaten innerhalb des Check-in/Check-out Prozesses
IS_EVENT_DATA_OLD LIKE LECI_EVENT_DATA Vorgangsdaten innerhalb des Check-in/Check-out Prozesses
IS_EVENT_NEW LIKE LECI_EVENT Vorgänge innerhalb des Check-in/Check-out Prozesses
IS_EVENT_OLD LIKE LECI_EVENT Vorgänge innerhalb des Check-in/Check-out Prozesses

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ES_EVENT_DATA_NEW LIKE LECI_EVENT_DATA Vorgangsdaten innerhalb des Check-in/Check-out Prozesses

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
ET_EVENT_NEW LIKE LECI_EVENT Vorgänge innerhalb des Check-in/Check-out Prozesses

Exceptions

This function module does not define any Exceptions.