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 HRCM_LTI_PAYROLL_TAB_CREATE (Beschaffung der Abrechnungsdaten für Mitarbeiterbeteiligungen) is a standard Function Module in SAP ERP and is part of the function group HRCMP00LTI_PAYROLL within the package PCMP.
Function Module | HRCM_LTI_PAYROLL_TAB_CREATE |
Short Text | Beschaffung der Abrechnungsdaten für Mitarbeiterbeteiligungen |
Function Group | HRCMP00LTI_PAYROLL |
Package | PCMP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | TYPE | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | |
ECM_SWITCHED_ON | TYPE | BOOLE_D | Datenelement zur Domäne BOOLE: TRUE (-'X') und FALSE (-' ') | |
ENDDA | TYPE | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum | |
MOLGA | TYPE | MOLGA | Ländergruppierung | |
OCRSN | TYPE | PAY_OCRSN | Grund für Off-Cycle-Abrechnung | |
PAYID | TYPE | PAYID | Abrechnungsidentifikator | |
PERNR | TYPE | PERNR_D | Standard Selektionen für HR-Stammdaten-Reporting | |
PROTOCOL_REQUESTED | TYPE | PRT_PROT | SPACE | Protokollierung aktivieren |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LTI_PAYROLL_TAB | TYPE | HRCM_LTI_PAYROLL_WAGE_TYP_TAB | Lohnartentabelle für Abrechnung der Mitarbeiterbeteiligungen |
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 |
---|---|---|---|---|
I0382 | LIKE | P0382 | Personal-Stammsatz für Infotyp 0382 | |
PROTOCOL_TEXTS | LIKE | PLOG_TEXT | Struktur für HR Funktionsprotokoll |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BEGDA_GREATER_ENDDA | Beginndatum ist größer als das Endedatum |
ECM_MESSAGE | Nachricht aus dem ECM Module |
OVERFLOW | Betrag zu groß |