cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EREC deregister candidates

Former Member
0 Likes
458

Hi,

We're using a 3rd Party program to deactivate candidates after 6 months of inactivity in our E-Recruiting System (using business object ERC_CAND, Event Candidate_deregister). My question is, is it possible to "reregister" a candidate, so we can reactivate their profuile without then having to apply again (using a different email address ...)?

Thanks

Regards

Gareth

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

HI ,

Use Class CL_HRRCF_CANDIDATE_ADMIN_BL in this class there is a method to delete candidate

you can use the same.

Thanks

Ashish

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Gareth,

Depends - what is done when the program deactivates the candidate?

Are objects deleted or "just" the status changed?

Regards,

Nicole

Former Member
0 Likes

Hi Nicole,

It looks like the objects NA, CP, BP, US are still available, the program simply creates event CandidateDeregister in BusObj ERC_CAND.

Regards

Gareth

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Gareth,

In that case you need a new workflow redoing the decoupling done by the candidate deregister workflow.

For example the email address has to be coupled again to the candidate (HRP5110). In the BP the email should still be assigned to the partner as the BP objects are not deleted automatically but only via BUPA_DEL.

Then also the user, the deregister flag in HRP5102 and so on.

Regards,

Nicole

Former Member
0 Likes

Hi Nicole,

Thanks, that helped a lot! I've manged to remove the dereg flag from HRP5102, I'm having more difficulty with HRP5110. Where can I find the address number which was linked to the Business Partner? I've tried table BUT020 but there's nothing there ...

Thanks

Kind regards

Gareth

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Try ADRC.

Former Member
0 Likes

Hello Gareth,

You can also check table - BUT000 where you can have linkage between BP and Address no (ADDRCOMM column).

Regards,

Sarvesh Hasija