Menu

SAP Function Module HRAU_CHK_MAX_CARER_LV

Check maximum carer's leave taken in calendar/anni. year

Unsere Literaturempfehlung

ABAP Workbench - 100 Tipps & Tricks

Es gibt 100 gute Gründe, warum Sie dieses Buch kaufen sollten. Doch die verraten wir Ihnen hier nicht. Nur so viel: Wenn Sie die ABAP Workbench als Ihr zweites Wohnzimmer begreifen, ist dieses Buch genau das richtige für Sie! Die Mini-Tutorials in diesem Buch unterstützen Sie dabei, Software in ABAP effizienter zu entwickeln. Tipps und Tricks, wie Sie sich bei der Bearbeitung von Quelltext das Leben leichter machen, wie Sie häufig wiederkehrende Programmieraufgaben automatisieren oder umständliches Vorgehen früherer Tage endlich über Bord werfen. Sie werden die ABAP Workbench in einem ganz neuen Licht erleben. Eine klare Sprache, Klick-für-Klick-Anleitungen, Zusammenfassungen und Hervorhebungen sorgen dabei für einen schnellen und unkomplizierten Lernerfolg.

Bei amazon.de ansehen →

The Function Module HRAU_CHK_MAX_CARER_LV (Check maximum carer's leave taken in calendar/anni. year) is a standard Function Module in SAP ERP and is part of the function group HRIL_AU within the package PC13.

Technical Information

Function Module HRAU_CHK_MAX_CARER_LV
Short Text Check maximum carer's leave taken in calendar/anni. year
Function Group HRIL_AU
Package PC13
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ABWTG TYPE ABWTG Attendance and Absence Days
BEGDA TYPE BEGDA Start Date
ENDDA TYPE ENDDA End Date
INFTY TYPE INFTY Infotype
IOPER TYPE IOPER Infotype operation
O_BEGDA TYPE BEGDA Start Date
O_ENDDA TYPE ENDDA End Date
PERNR TYPE PERNR_D Personnel Number
SUBTY TYPE SUBTY Subtype

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
P0001 LIKE P0001 HR Master Record: Infotype 0001 (Org. Assignment)
P0007 LIKE P0007 HR Master Record: Infotype 0007 (Planned Working Time)
P0008 LIKE P0008 HR Master Record: Infotype 0008 (Basic Pay)
P0016 LIKE P0016 HR Master Record: Infotype 0016 (Contract Elements)

Exceptions

This function module does not define any Exceptions.