The Function Module CBHR_PDHR_PERS_FIND_BY_MEASURE (EHS-INT: HR Person suchen nach Maßnahmen) is a standard Function Module in SAP ERP and is part of the function group CBHR_PDHR within the package CBHR.
Function Module | CBHR_PDHR_PERS_FIND_BY_MEASURE |
Short Text | EHS-INT: HR Person suchen nach Maßnahmen |
Function Group | CBHR_PDHR |
Package | CBHR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_VALFROM | LIKE | SY-DATUM | SY-DATUM | Beginndatum |
I_VALTO | LIKE | SY-DATUM | SY-DATUM | Datum und Zeit, aktuelles (Applikationsserver-)Datum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RECORDS_FOUND | LIKE | SY-TABIX | Anzahl gefunderner Personen |
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 |
---|---|---|---|---|
E_MEASURE_TAB | LIKE | P0000_ABA | Suchergebnis | |
I_PERNR_RANGE_TAB | TYPE | CCHRY_PERNR_RANGE | EHS-INT: Ranges-Tabellentyp für Personalnummer (PERNR_D) | |
I_RESTRICTION_TAB | LIKE | PERNRTAB | Personen die bei der Suche berücksichtigt werden | |
I_STAT2_RANGE_TAB | TYPE | CCHRY_STAT2_RANGE | EHS-INT: Ranges-Tabellentyp für Status Beschäftigung (STAT2) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Interner Programmfehler |
PARAMETER_ERROR | notwendige Parameter nicht befüllt |