cancel
Showing results for 
Search instead for 
Did you mean: 

Change the button text in E-Recruitment BSP Page

Former Member
0 Kudos

Hi,

We have a requirement to change the button text on the Candidate profile page - (HRRCF_PROFILE). In the standard BSP page the button text changes according to the tab navigation. For Example if I am in Education tab the first button text will be Work Experience and the second button text will be Qualification.

Now our requirement is the as we navigate the text on the button should be Previous Step and Next Step instead of the tab names.

Can this requirement be achieved by any configuration change or it is a BSP change.

Please suggest.

You inputs on this will be highly appreciated.

Thanks,

Sharad P

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you need to check in class CL_HRRCF_PROFILE_MAIN_M. In this class if you got to 'Properties' tab, you will see the superclasses which control the BSP construction. You will continue to double click the superclasses until you get to class CL_HRRCF_CONTROLLER. While in this class you go back to 'Methods' tab. You will see methods like 'ON_NEXT' and 'ON_PREVIOUS'. These are the methods used to control the flow i think. If they are not then you just need to check in this or other superclasses.

Hope this helps you.

Best Regards,

Answers (2)

Answers (2)

0 Kudos

Hi,

A consultatio, you can assign questionnaire in the home page of external candidate?

In the standard BSP Profile (External Candidate) add questionnaire...

ecc e-recruiting are in a single instance, E-Recruiting is the verision of 6.00

Component Information:

ERECRUIT 600 0017 SAPK-60017 INERECRUIT E-Recruiting

Thanks,

Former Member
0 Kudos

This is OTR edit. Used t-code sotr_edit

Former Member
0 Kudos

Hi Venki,

Thanks a lot for the reply.

If the OTR is static I can go and change text in the Transaction SOTR_EDIT. But in this scenario the button text changes dynamically according to the tab navigation on the Candidate profile page.

Say If I am in Education Tab, the first button will be the Work Expereince (previous tab name ) and Second button text will be Qualifcation (next tab name). Similary the button text changes when I am in Qualification tab.

I tried looking in the HRRCF_PROFILE for the OTR related to these buttons I could not find any.

Any suggestions to solve this will be higly appreciated.

Regards,

Sharad P.

Former Member
0 Kudos

Hi Shankar

The functionality you are looking for will require a little bit of configuration and use of OTRs too.

What you are looking for is change in the text of the Elements of Container Sequences to Previous Page / Next Page. To achieve this you need to go to maintenance view of table T77RCF_CS_ITEM and change the OTR for the relevant applications to a custom OTR which would have descriptions "Previous Page /Next page".

Former Member
0 Kudos

Hi Vipul,

Thanks very much for the reply.I appreciate your inputs.

I need to change the text of the button based on the tab navigation (Previous Step/ Next Step) not the text of the elements in the container sequence.

The table you suggested would change the tab names (element names) in the container sequence.

Thanks & Regards,

Sharad P