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

E-recruitment objects NA, ND and NE creation

former_member813945
Participant
0 Kudos
506

Hi,

I need some clarification on E-rec Objects as I am developing one report. Wherein, I want to pull out all the candidates those are applied for that particular requisition.

When I give the logic on NA to ND relationship which gets created in HRP1001 then if recruiter has search for candidate in candidate search and pull the candidate and applied to the requisition in that case, the ND has not created for that candidate.

I have seen one case wherein candidate has applied for a requisition and then  withdrawn the application in that NA to ND has created in HRp1001 but NE is not appearing for this case.

Kindly give some clarification on these object creation.

Regards,

Sarika

Accepted Solutions (0)

Answers (2)

Answers (2)

Luk11
Active Participant
0 Kudos

Hi Sarika,

Please keep in mind that there are cleaner ways to exploit the data model of e-recruiting and that is almost never required to access database tables directly.

Most relevant classes can be found by searching with pattern CL_HRRCF*BL. This search will give you a list of all business logic classes. Most of the times, these classes contain methods which will also return the text labels for most key fields.

Regards,

Luk

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Sarika,

If a candidate (NA) doesn't apply itself, it doesn't create a ND object (application) but a NE object (candidacy).

When candidates apply both objects are created but if recruiter assign them only a candidacy is created.

Regards,

Nicole