The Function Module HR_CHECK_PV_ZUSCHLAG (Prüft, ob Mitarbeiter Beitragszuschlag in der PV zahlen muß) is a standard Function Module in SAP ERP and is part of the function group HRDS within the package PB01.
Function Module | HR_CHECK_PV_ZUSCHLAG |
Short Text | Prüft, ob Mitarbeiter Beitragszuschlag in der PV zahlen muß |
Function Group | HRDS |
Package | PB01 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGDA | TYPE | D | Beginn des SV-Zeitraums | |
ENDDA | TYPE | D | Ende des SV-Zeitraums | |
GBDAT | TYPE | GBDAT | Geburtsdatum | |
PERNR | TYPE | PERNR_D | Personalnummer | |
PVKZ1 | TYPE | PVKZ1 | Kennzeichen Pflegeversicherung | |
SVF31 | TYPE | SVFNN | Kein PV-Zuschlag | |
SVF32 | TYPE | SVFNN | PV-Zuschlag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
STATUS | TYPE | C | 0 - nicht relevant, 1 - freigestellt, 2 - Zuschlag |
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 |
---|---|---|---|---|
P0012 | LIKE | P0012 | Steuerdaten D | |
P0081 | LIKE | P0081 | Wehr-/Zivildienst |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ENDDA_BEFORE_BEGDA | Endedatum liegt vor Begindatum |
INTERVALL_NOT_IN_MONTH | Beginn und Ende liegen nicht im selben Monat |