The Function Module HR_GET_VACATION (Urlaubsermittlung für Urlaubsrückstellung) is a standard Function Module in SAP ERP and is part of the function group 0PAU within the package PB03.
Function Module | HR_GET_VACATION |
Short Text | Urlaubsermittlung für Urlaubsrückstellung |
Function Group | 0PAU |
Package | PB03 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GEV_DATE | LIKE | T5A1B-ENDDA | Stichtag, zu dem Urlaubsanspruch ermittelt wird | |
GEV_TYPE | LIKE | T533-URAR | Urlaubsart, zu der Anspruch ermittelt werden sol |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GEV_ACCOUNT | LIKE | P0005-UAN01 | Abgerechneter Urlaub (beantragt und abgerechnet) | |
GEV_ENTITLE | LIKE | P0005-UAN01 | Urlaubsanspruch ohne Abzug | |
GEV_ORDERED | LIKE | P0005-UAN01 | Aufgrund Abw. beantragter Urlaub | |
GEV_REDUCE | LIKE | P0005-UAN01 | Abgegoltener Urlaub (beantragt) |
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 |
---|---|---|---|---|
ICLVA_IMP | LIKE | Urlaubsabtragung | ||
UANSP_IMP | LIKE | Arbeitstabelle für Urlaub |
This function module does not define any Exceptions.