Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module CBHR_PDHR_PERSON_FIND (EHS-INT: HR Person suchen) 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_PERSON_FIND |
Short Text | EHS-INT: HR Person suchen |
Function Group | CBHR_PDHR |
Package | CBHR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_INFOTYPE_TABLE_NAME | TYPE | TABNAME | Tab. Name des Infotyps über den gesucht wird |
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_PERNR_TAB | LIKE | PERNRTAB | Suchergebnis | |
I_COND_TAB | LIKE | CCHRS_COND | Selektionsbedingung | |
I_RESTRICTION_TAB | LIKE | PERNRTAB | Personen die bei der Suche berücksichtigt werden |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
INTERNAL_ERROR | Interner Programmfehler |
PARAMETER_ERROR | notwendige Parameter nicht befüllt |
RELEASE_ERROR | Integration für R/3 Release nicht vorgesehen |