HR_READ_INFOTYPE SAP Function module - Read Employee/Applicant Data From Infotypes
Pattern for FM HR_READ_INFOTYPE - HR READ INFOTYPE
Associated Function Group:
HRAC
Released Date: . .
CALL FUNCTION 'HR_READ_INFOTYPE' "Read Employee/Applicant Data From Infotypes
EXPORTING
* tclas = 'A' " pspar-tclas Transaction Class (Person, Applicant)
pernr = " prelp-pernr Personnel Number/Applicant Number
infty = " prelp-infty Infotype
* begda = '18000101' " prelp-begda Start Date
* endda = '99991231' " prelp-endda End Date
IMPORTING
subrc = " sy-subrc Return Code
TABLES
infty_tab = " Infotype Table
EXCEPTIONS
INFTY_NOT_FOUND = 1 " Infotype Does Not Exist
. " HR_READ_INFOTYPE
SAP Documentation for FM HR_READ_INFOTYPE FUNCTIONALITY This function module reads the data records of an Data is returned to an internal table, the structure of which corresponds to the infotype table concerned (such tables can be declared in the calling program by the The The authorizations are missing. You can respond to this value in the same way as authorizations are missing. Documentation extract taken from SAP system, Copyright (c) SAP AG
|
||||||||||