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

e Recruiting- application wizard link on the Registration page

Former Member
0 Likes
467

Hi

On the Candidate registration screen there is an u2018application wizard linku2019, which facilitates registered candidates to log-on and apply for the vacancy.

The standard screen (HRRCF_A_CANDIDATE_REGISTRATION) doesnu2019t display this link. This is a web dynpro component, is it possible to populate the above link on this page or is it a development. We are using EP5 version.

Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Robin,

Yes.

Although your processes are still not completely clear to me. Because if you do a search and hence, have a posting in background, you click on apply, you are coming to the screen where you have the possibility to logon (link 'application wizard'). On the "normal" registration link you haven't chosen any posting before.

Regards

Nicole

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Robin,

You said you are using HRRCF_A_CANDIDATE_REGISTRATION -> hence, you are already using WD.

Regards

Nicole

Former Member
0 Likes

Sorry Nicole

What I mean is that do we need to customise the ABAP Webdynpro in order to provide a link to the log-on screen

Thanks in advance

Former Member
0 Likes

Hello,

If I understand you clearly, login is done by configuring application hrrcf_a_startpage_ext_cand This application will require a user to login automatically when you click it on it. hrrcf_a_candidate_registration will be used to register i.e. get a username and password. once you have them you can then login through hrrcf_a_startpage_ext_cand i.e. for external candidates. For internal candidates, they use hrrcf_a_startpage_int_cand and normally if you have portal, they will automatically be logged in using SSO. When testing for external candidates just make sure you have closed other sessions because the system might not request password and directly log you through SSO as well.

Regards,

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Robin,

The candidate registration screen doesn't include that link as it's only purpose is to register/create the candidate objects. It also leads you to the candidate profile maintenance in comparison to the unregistered job search where you register and are leaded to the application wizard.

Regards

Nicole

Former Member
0 Likes

Hi Nicole

Thank you for your respone. Does it mean that we need to use ABAP Webdynpro inorder to provide a link to the log-on screen.