The Function Module HR_READ_TIMEDATA_PSP (Lesen der Zeitwirtschaftsdaten für eine Person über einen Zeitraum.) is a standard Function Module in SAP ERP and is part of the function group RHEI within the package PP08.
Function Module | HR_READ_TIMEDATA_PSP |
Short Text | Lesen der Zeitwirtschaftsdaten für eine Person über einen Zeitraum. |
Function Group | RHEI |
Package | PP08 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BEGIN_DATE | LIKE | SY-DATUM | SY-DATUM | Beginndatum des Selektionszeitraumes. |
END_DATE | LIKE | SY-DATUM | SY-DATUM | Endedatum des Selektionszeitraumes. |
PERSON_ID | LIKE | OBJEC-OBJID | Personalnummer | |
PERSON_TYP | LIKE | OBJEC-OTYPE | 'P' | Personentyp ('P'- int.Person / 'H'- ext.Person). |
RP_BUILD_PSP_ERROR | LIKE | SPACE | Ausgabe S-Message bei Fehler in RP_BUILD_PSP |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
PERS_AVAIL | LIKE | PDPSP | Alle Schichten,An-/Abwesenheiten,Bereitschaften. |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_CAPACITY_AVAILABLE | Die Person hat keine Kapazität (falscher Typ ?). |
NO_INTEGRATION_ACTIV | Integration nicht aktiv (keine Planvariante ?). |
TIMEINFO_ERROR | allgemeiner Fehler beim Lesen des Schichtplans. |