on 2013 Aug 05 4:39 PM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.