cancel
Showing results for 
Search instead for 
Did you mean: 

Error CX_HRPA_MISSING_INFTY_DATA

Former Member
0 Kudos

Good Night

I have the following issue in the moment of consult the data of a employee in the T.Code PA30, PA20.

The system display the following message:

CX_HRPA_MISSING_INFTY_DATA

I want delete the employee, but the system not permit.

The system display that the employee not exist.

Regards,

Wilman

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank You to all.

I solved the issue, doing a debugging and putting a break-point in the instruction IF sy-subrc IS NOT INITIAL. and the changed to 0.

The following step is the PA30>N° Personel>

Utilities-->delete Personnel no.

CASE tclas.

WHEN cl_hrpa_tclas=>tclas_employee.

SELECT SINGLE * FROM pa0003 INTO pa0003 WHERE pernr = pernr.

IF sy-subrc IS NOT INITIAL.

CLEAR tclas_pernr_viekn.

RAISE EXCEPTION TYPE cx_hrpa_missing_infty_data

EXPORTING

tclas = tclas

pernr = pernr

infty = '0003'.

ENDIF.

tclas_pernr_viekn-viekn = pa0003-viekn.

Regards,

Former Member
0 Kudos

Hello,

I am facing a similar runtime error - CX_HRPA_MISSING_INFTY_DATA which is hitting IT 0003.

Can you please let me know if you did a modification/ or if you contacted SAP for this. There is a related SAP Note too which is already in my system. I am still facing the error.

Appreciate your help!

Thanks, liz

suresh_datti
Active Contributor
0 Kudos

Did you try to resolve this error by running the report RPUFIXDS for this pernr?

~Suresh

Former Member
0 Kudos

Is it a long time employee or a recent upload?

Could you have deleted the employee but not the cluster related to him? Do you have any infotype? Do you have IT0000? you need absolutly IT 0000 and 0001 for the employee to exists

Former Member
0 Kudos

Hi Valeri, is a long time employee.

In the project not have payroll, the data is export by the T.Code PU12(Interface Toolbox).

Regards.

Wilman

Former Member
0 Kudos

Could anyone have delete by mistake this employee, but not all of the info?

Beside human error, I don't see how he could disapear.

Former Member
0 Kudos

I run the report RPUFIXDS for this pernr, but the system not display inconsistencies .

I check the data by the T.Code SE16 for the Infotype 0000, 0001, 0002 and have datas.

The system in the message inform that the employee not have data for the infotype 0003.

I run the report RPUTRBK0 for update the infotype 0003, but the system not permit.

This error is display when check the data for the T.Code PA20 and PA30 for this employee.

Regards,