Hi,
I have a problem to use HR_READ_INFOTYPE to infotype 2011.
CALL FUNCTION 'HR_READ_INFOTYPE'
EXPORTING
pernr = zpernr
infty = '2011'
begda = zbegda
endda = zendda
IMPORTING
subrc = v_subrc
TABLES
infty_tab = ita_2011
EXCEPTIONS
infty_not_found = 1
OTHERS = 2.
the infty_not_found return 1, I not be the cause.
tks.