The Function Module CALCULATE_HR_PA_EE_PNR (Ermittlung der Anzahl der Normmitarbeiter anhand der Personalnummern) is a standard Function Module in SAP ERP and is part of the function group RPAC within the package PBAS.
Function Module | CALCULATE_HR_PA_EE_PNR |
Short Text | Ermittlung der Anzahl der Normmitarbeiter anhand der Personalnummern |
Function Group | RPAC |
Package | PBAS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
MANDT | LIKE | T000-MANDT | auszuwertender Mandant |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
COUNT_ACTIVE | TYPE | I | aktive Mitarbeiter | |
COUNT_INACTIVE | TYPE | I | inaktive Mitarbeiter | |
COUNT_RETIREE | TYPE | I | ruhende Mitarbeiter | |
COUNT_TOTAL | TYPE | DEC6_2 | gewichtete Gesamtanszahl |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.