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

E-Recruitment - Job Search

former_member197475
Active Contributor
0 Kudos
268

Hi Experts,

I have added two fields as an additional search criteria in Job Search page through SPRO config and simultaneously created two class and used it as a data collection class to populate data.

But still I'm facing issue that the list box is not getting populated at the search page. How can I solve it. Please guide me.

With Regards,

RAM

Accepted Solutions (1)

Accepted Solutions (1)

Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ram,

Did you try to debug the data collection class?

Regards,

Ram

former_member197475
Active Contributor
0 Kudos

Hi Ramprabhu,

Thanks. I think you only helped me in adding fields

I'll start debug and check it up.

Actually in the Data Collection class I have added a method to populate list box values through select query. Is this logic correct?

Please guide me.

With Regards,

RAM.

former_member197475
Active Contributor
0 Kudos

Hi Ramprabhu,

I have debugged it and getting the values. But still data is not getting populated in portal.

Please advice me for further step.

With Regards,

RAM.

Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramakrishnan,

Does the Class which collects the data has method named 'GET_VALUEHELP_TAB' ?

This method should build data in key, value pair. The exporting parameter should be of type

rcf_s_ui_valuehelp.  Please refer to the standard class implementation 'CL_HRRCF_T005_COUNTRY'.

Regards,

Ram

former_member197475
Active Contributor
0 Kudos

Hi Ramprabhu,

Thanks. yes I got it.

And one more. After starting the search, in which table does it gets updated?

Any idea?Plz.

Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Ramakrishna,

Once you start the search, the query will be passed to TREX to get the results. No tables will be

updated at this point in time.

Regards,

Ram

former_member197475
Active Contributor
0 Kudos

Thanks a lot Ramprabhu. Got good stuffs from you

Answers (0)