The Function Module HR_LEAVE_DATE_CALC (Berechnung des Austrittsdatums eines Mitarbeiters) is a standard Function Module in SAP ERP and is part of the function group RPAI within the package PBAS.
Function Module | HR_LEAVE_DATE_CALC |
Short Text | Berechnung des Austrittsdatums eines Mitarbeiters |
Function Group | RPAI |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | TYPE | BEGDA | '18000101' | Gültigkeitsbeginn |
ENDDA | TYPE | ENDDA | '99991231' | Gültigkeitsende |
PERSNR | TYPE | PCCE_PERNR | Beschäftigungsvertrag | |
STATUS | TYPE | GSVAL | Characterfeld der Länge 6 | |
SWITCH | TYPE | HRPAD_LEAVE_SWITCH | Struktur um merkmale LEAVE zu bewerten |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
LEAVINGDATE | TYPE | P0000-BEGDA | Gültigkeitsbeginn |
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 |
---|---|---|---|---|
LEAVING_DATES | LIKE | HIDA | Tabelle aller Austrittsdaten |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
LEAVING_DATE_NOT_FOUND | Es wurde kein Austrittsdatum gefunden |