cancel
Showing results for 
Search instead for 
Did you mean: 

E-recruiting - Customizing external candidate start page with a new start p

vtgopalraj
Active Participant
0 Kudos

Hi ,

I require some inputs from you on creation of new start page for external candidate.

I have a requirement to hide Age / Gender fields in the Personal data tab of the external candidate application wizard in the external candidate start page.

I Created a new start page with I.D "9001" and using customized context i was able to hide the Age and Gender fields. The URL using the customized context looked like below;

http://XXXXXX.XX.XXXXXXXXX.XXX:8053/sap/bc/bsp/sap/hrrcf_start_ext?sap-client=300&sap-language=EN&rc...

The external candidate start page requires the following services assignment to a service user;

hrrcf_apply_ext: Apply with Reference Code (Non Registered Candidate)

hrrcf_cand_reg: External Candidate, Registration

hrrcf_unrg_srch: Non Registered Candidate, Job Search

The service user requires SAP standard role u201CRCF_EXTERNAL_CANDIDATEu201D to provide access to any external candidate to do a job search and register. This role in standard would have application object u201C0002u201D u2013 Standard external candidate start page I.D which would provide access to the start page.

We have cloned the role to include the customized application object u201C9001u201D and have assigned it to the service user.

But even after doing this i get an error message when trying to execute the URL in IE which reads "You do not have the required authorisation to use this start page"

Iam not sure if iam missing anything on the authorisation part. Please advise.

Thanks

G Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You have not set the roles and authorizations properly. One of the areas, might be creating a reference user.

Answers (1)

Answers (1)

romanweise
Active Contributor
0 Kudos

Hello G Raj,

it seems you are mixing some things up. The service user is only for all parts of the e-recruiting which are accessable without logging in. This includes services linked to the unregistered search and the registration (where the applicant creates his candidate / his login). The service user is no candidate and has a special role (must not have a candidate object or the candidate authorization role).

As soon as someone logs into the system, e.g. to his start page, he acts as candidate. Depending on his relation to a P object he is either an external or an internal candidate.

In your example we are talking about external candidates. These candidates get a reference user assigned on candidate creation which is customized for the external candidate role (here the e-recruiting role) in IMG. Usually it is called RCF_CAND_EXT. The SAP delivery role (here the authorization role) this reference user gets is SAP_RCF_EXTERNAL_CANDIDATE (as long as you are using BSP). You have to copy this role to a customer one and replace the value 0002 of auth object P_RCF_APPL (Application in E-Recruiting) by your customer one 9000.

Then everything should work fine.

Best regards

Roman Weise