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

How to include Branch in the job search page for an internal candidate

former_member195704
Participant
0 Kudos
221

Hi,

The client's requirement is to include Branch (V77RCFBRANCHCOMP-NAME_ORG1) in the job search page for an internal candidate. The candidate should be able to search jobs based on location too along with the other parameters like functional area, hierarcy level, etc.

How to accomplish this. Is there any standard configuration for this?

Please help!

Best regards,

Veera Sasidhar Jangam

Accepted Solutions (1)

Accepted Solutions (1)

former_member197475
Active Contributor
0 Kudos

Hi Veera,

Follow the below steps to include Branch in Job Search page, as I did it a long back ago.

1. As Nicole said, create a custom Zelement, using FRO_REQ_JOB_INFO_COUNTRY_LB as reference search template element and assign it to Search Template of ID 0031.

2. Enhance the Standard class CL_HRRCF_BRANCH to populate the values dynamically in list box.

3. Add data element to the structure RCF_S_MDL_JOBS_SRCH_HITLIST and use it in WDC HRRCF_C_SEARCH_UI.

4. Finally you want to modify the Job Hitlist also.

BR,

RAM

former_member195704
Participant
0 Kudos

Thanks Nicole and Ram. Give me some time and I will let you know the feedback.

former_member195704
Participant
0 Kudos

Hi Ram,

I have created the Z element and assigned it to the search template. The technical consultant has done the customizations. We still are not able to see the field included in the Job search.

By the way, could you throw more light on the last point 'modifying Job Hitlist'?

BR

Veera.

former_member197475
Active Contributor
0 Kudos

Hi Veera,

Check that you have added the Search Template Elements to exact Search Template(ID 0031). Bcz it's a direct check and you will not face any issues.

Job Hitlist:

Veera, this is the search result page you gets after searching the job which is used to display the text in result table. Do the below activities

1. Add the table column in view - VW_EMP_HITLIST of WDC HRRCF_C_SEARCH_UI.

2. Enhance the standard class CL_HRRCF_TW_SERVICES_BL and add a method to modify the job hitlist, where it needs to fetch the data from table HRP1001.

3. Now you have to call the added method from FM - HRRCF_MDL_JOBS_SRCH_HLIST_CONV

Hope you got the point

With Regards,

RAM.



Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Veera,

Standard search template element FRO_REQ_JOB_INFO_COUNTRY_LB uses the country field from the branches. You can just use country and city from class CL_HRRCF_BRANCH. A searching for the branch name itself is not possible in standard. So you would need an own collection class for that.

Regards,

Nicole