Skip to Content
0
Former Member
Dec 18, 2007 at 11:48 PM

Problem with HR_READ_INFOTYPE

312 Views

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.