cancel
Showing results for 
Search instead for 
Did you mean: 

Report to read Appraisal tables like HRPE_PROFA

Former Member
0 Kudos

Hi,

Can any one please help with how to read the data in IT0025.

In ECC 6.0 I see that data is not in table PA0025. Actually the data is in structures HRPE_PROFA ect. Please let me know how can we read that data for a pernr.

Thanks a lot.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you try:

CALL FUNCTION 'HR_READ_INFOTYPE_AUTHC_DISABLE'.

CALL FUNCTION 'HR_READ_INFOTYPE'

EXPORTING

tclas = 'A'

pernr = v_pernr

infty = '0025'

bypass_buffer = 'X'

TABLES

infty_tab = i_p0025

EXCEPTIONS

infty_not_found = 1

OTHERS = 2.

Former Member
0 Kudos

Yes Aparna, I did try that but the problem is in ECC 6.0 It0025 is not stored in table, so I dont know how to read that. Please help me out.

Answers (0)