cancel
Showing results for 
Search instead for 
Did you mean: 

Error in Report HRALXSYNC

Former Member
0 Kudos
271

Hi all

We're running an E-Recruiting 6.0 (Support Package 😎 implementation on a integrated SAP HR environment (ERP 2005). We would like to activate all our extisting employees for E-Recruiting with the Report HRALXSYNC. After an unsuccessful run, the report activated only half of our employees and ended with a dump.

( OBJECTS_OBJREF_NOT_ASSIGNED --> CL_HRRCF_ERP_CONVERT_P_2_CAND=CP). The report ended with unsuccessful call of method cl_hrrcf_candidate_info=>get_instance (Together with the object also IT5102 must be created)

We have now the situation, that some of our employees do have a relationship between CP and NA (candidate) which is right, but the BP (Business Partner) wasn't attached to the CP. Do you know, how to attach a BP object to the CP object?

Thanks for your help.

Fitli

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

If you run the report for a huge amount of employees, is it recommended to execute the report in background.

Former Member
0 Kudos

All employees who received only a Candidate object (NA) by report HRALXSYNC couldn't be maintained anymore with transaction PA30. You get the same dump error as you get with the report. Only employees with relationship CP->NA->BP (transaction PP01) can be maintained properly.

romanweise
Active Contributor
0 Kudos

Hello Fitli,

setting up the integration between hr and e-recruiting is difficult as documentation is not really complete so it is quite difficult to say why the hralxsync run ended with an error. There are at least a dozen of things you can do wrong. First of all you have to ensure that newly maintained employees are synchronizes properly. If that is is running you can check for errors in hralxsync.

The best way to handle your problem is in my opinion to rollback the system to the system copy before the hralxsync run, then analyse the problem and try to get a clear hralxsync run after it.

In all cases you should check sap net for the latest notes on hralxsync we had one some weeks ago.

If a rollback is not possible for some reason i think the best way to get your system in a clear state is to make a small report. If all business partners were created successfully try a pattern matching on name and birthdate to get business partner and matching employee number. then get the CP number and create a HRP1001 record for the relation. as the relation to the business partner is an external one you only have to create one dataset for the relation. I think a simple insert should work in this context but if you want some more comfort there should be a hr function module for it.

Perhaps you can post some additional information on the shortdumps so someone can give a better hint on the error. because just adding the relation does not ensure you do not have any misconfiguration.

´best rgds.

Roman

Former Member
0 Kudos

( OBJECTS_OBJREF_NOT_ASSIGNED --> CL_HRRCF_ERP_CONVERT_P_2_CAND=CP). is an tep storage so you can avoid that and better start with an new process