cancel
Showing results for 
Search instead for 
Did you mean: 

External Candidate REgistration

Former Member
0 Kudos

Hello Experts,

I have a query.

I would like add one custom field in the external candidate registration page.

In the external candidate registration page, first name, middle name, last name and email address are provided by SAP. These are all SAP standards.

I want to customize this pager by adding DOB fields.

Please guide me how to add the custom field DOB, in the external candidate registration page

Regards,

Dhinesh K

Accepted Solutions (1)

Accepted Solutions (1)

s0004895470
Active Participant
0 Kudos

Hi Dhinesh,

You'll need to enhance the componentcontroller and view VW_REGISTER of component HRRCF_C_REGISTER_UI.

Add a custom context element to the componentcontroller, map it to the context of the view and add it to the view. Then, create a post-enhancement on the REGISTER_CANDIDATE method to set the DOB after the candidate has been registered. This should have the least amount of impact on the standard coding.

Regards,

Luk

Former Member
0 Kudos

Hi Luk,

This helps a lot.

I just wanted to know, how to identify the component controller and the application in SAP. Many times i find difficult to identify.

Regards,

Dhinesh

Answers (0)