You are on page 1of 1

HR_READ_INFOTYPE SAP Function module - HR READ INFOTYPE

HR_READ_INFOTYPE is a standard SAP function module available within R/3 SAP


systems depending on your version and release level. Below are the pattern details for
this FM showing its interface including any import, export parameters etc and for your
convenience any standard documentation available. All this information and more can
be viewed if you enter the function module name HR_READ_INFOTYPE into the
relevant SAP transaction such as SE37 or SE80.
Within the comments section below there is also an opportunity for you to add useful
hints, tips and information specific to this SAP function. This will then be available for
you and other users to easily find by simply searching on the object name
HR_READ_INFOTYPE or its description.
Pattern for FM HR_READ_INFOTYPE - HR READ INFOTYPE
Associated Function Group: HRAC
Released Date: Not Released

CALL FUNCTION 'HR_READ_INFOTYPE' "


EXPORTING
*
tclas = 'A'
" pspar-tclas
(Person, Applicant)
pernr =
" prelp-pernr
Number/Applicant Number
infty =
" prelp-infty
*
begda = '18000101'
" prelp-begda
*
endda = '99991231'
" prelp-endda
IMPORTING
subrc =
" sy-subrc
TABLES
infty_tab =
"
EXCEPTIONS
INFTY_NOT_FOUND = 1
"
. " HR_READ_INFOTYPE

Transaction Class
Personnel
Infotype
Start Date
End Date
Return Code
Infotype Table
Infotype Does Not Exist

SAP Documentation for FM HR_READ_INFOTYPE

You might also like