The Function Module HRCM_LTI_NF_PROCESS_QUIT (NF LTI Prozeßdaten: Abbruch der Bearbeitung mit Sichern) is a standard Function Module in SAP ERP and is part of the function group HRCMP00LTI within the package PCMP.
Function Module | HRCM_LTI_NF_PROCESS_QUIT |
Short Text | NF LTI Prozeßdaten: Abbruch der Bearbeitung mit Sichern |
Function Group | HRCMP00LTI |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RESET_BUFFER_FLAG | TYPE | C | 'X' | Flag: Puffer zurücksetzen |
SAVE_CHECK_FLAG | TYPE | C | 'X' | Flag: Daten zum Sichern vorhanden |
SAVE_FLAG | TYPE | C | 'X' | Flag: Daten sichern |
UNLOCK_FLAG | TYPE | C | 'X' | Flag: Daten entsperren |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
RETURN_CODE_CHECK | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
RETURN_CODE_SAVE | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
RETURN_CODE_UNLOCK | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.