Greetings!
I know there is a 167 record for this pernr. It has a begda of 1/1/2008 and an endda of 12/31/9999. Why is the call to HR_READ_INFOTYPE not returning it?
CALL FUNCTION 'HR_READ_INFOTYPE'
EXPORTING
pernr = '00003667'
infty = '0167'
endda = '99991231'
IMPORTING
subrc = p_subrc_out
TABLES
infty_tab = p_infty_tab
EXCEPTIONS
infty_not_found = 1.
Thanks!