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 HRCM_LTI_LIFE_EVENT_APPLY (Lebensereignis im Dialog erfassen) is a standard Function Module in SAP ERP and is part of the function group HRCMP00LTI within the package PCMP.
Function Module | HRCM_LTI_LIFE_EVENT_APPLY |
Short Text | Lebensereignis im Dialog erfassen |
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 |
---|---|---|---|---|
LEDAT | LIKE | HRCM_LTI-LEDAT | Datum des Lebensereignisses | |
LETYP | LIKE | HRCM_LTI-LETYP | Lebensereignisart | |
PERNR | LIKE | P0382-PERNR | Personalnummer | |
REACTION | LIKE | SY-MSGTY | NO_LOG | Nachrichten, Nachrichtentyp |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SUBRC | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ERROR_TAB | LIKE | RPBENERR | ArbgLeistung Struktur für Fehlertabelle |
This function module does not define any Exceptions.