Menu

SAP Function Module LECI_CREATE_EVENT

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

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.