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

EREC - Change Roadmap label for ONLY internal Applicant ---

former_member181966
Active Contributor
0 Likes
448

Hello Everyone,

I`m trying to change the sequence of roadmap labels for internal applicant experience. When I have loaded Configuration Name and started configuration in SE80, but there is no-way to change say u201CStep 7u201D and Step u201C8u201D. I have also checked the all OTRs and they havenu2019t been change.

If I right click on roadmap and click more field help, it show me UI component and personalization = u2018Xu2019

Do I have to pass or change some parameter in this link to change label? COMP_NAME=HRRCF_C_ROADMAP_UI&CONFIG_ID=Z_XXXX&CONFIG_TYPE=00&CONFIG_VAR=??

I have also debug the WD component called u201CHRRCF_C_ROADMAP_UI -Roadmapu201D and looked at BUILD_ROADMAP method and other methods that build up road map. In step u201C7u201D it says questionnaire but when road map finally showed up it says label u201Crelease profileu201D.

FYI u2013 I have checked all the tables such as T77RCF_RM_SEQ, T77RCF_RM_STEP, T77RCF_RM_ID.

Also checked The IMG path for configuring your own is SAP E-Recruiting > Technical Settings > User Interfaces > Candidate > Flexibilization > Back End > Roadmap Pattern

And everything seems fine. BADI u201CHRRCF00_DETERMINE_APPL_CONFIGu201D is also in place.

Please advice.

Note: I want to change road map label without changing standard OTR.

E.g. 1 through 8 steps based on (Flexibilization > Back End > Roadmap Pattern) configuration

1- Data 3 - 4 - 5 - 6 -attachment 7 - Release 8 u2013 Submit Application 9 - Completed

I want to change label 7 to u201CApplication questionsu201D and 8 u2013 Send application ONLY for internal applicant

Thanks.

Khan

Accepted Solutions (1)

Accepted Solutions (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Saquib,

You can achieve that by following steps:

1. In V77RCF_RM_STEPC define the steps for the internal candidates with your own OTR text.

2. In V77RCF_RM_IDC you assign for ID 5 (candidate profile employees) the configuration of HRRCF_C_ROADMAP_UI you created for the internal candidates.

3. In V77RCF_RM_SEQC you assign then all steps you want to show in the roadmap, including your own text.

In that case the text change is only taken over for the internal candidates.

Regards

Nicole

former_member181966
Active Contributor
0 Likes

Hello Nicole,

I have exactly follow your instructions and I am able to change Step 1 thru 6, by creating entries in Table V77RCF_RM_STEPC and assigning them under IMG path SAP E-Recruiting > Technical Settings > User Interfaces > Candidate > Flexibilization > Back End > Roadmap Pattern

BUT

There is no impact on Step 7 - Profile & step-8 Send Application step-9 says ( "Complete" ) .

I have looked the table T77RCF_RM_STEP and change my OTRs and like I said for step 1-6 , I can see changes but for STEP-7 & STEP-8 nothing is happening . If I right click on roadmap and click more field help, it show me UI component and personalization = u2018Xu2019" for STEP 7 and STEP 8

Never mind , I did it . Change it via content admin and re-set UI elements

Please advice.

Thanks.

Saquib

.

Answers (3)

Answers (3)

Former Member
0 Likes

Hi,

Can any one help me resolve this similar issue.

http://scn.sap.com/thread/3200787

Thanks and Regards,

Suman I Kurian

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Saquib,

could you please post all youl table entries I mentioned?

Thanks

Nicole

former_member181966
Active Contributor
0 Likes

I have updated the following tables...

T77RCF_RM_STEP

T77RCF_RM_ID

T77RCF_RM_SEQ

V77RCF_RM_STEPC

As well as created OTRs, also debug the code and Found personalization in table WDY_CONF_USER. That makes me think somebody change it under contetnt admin ... I went to internal candidate Iview with sap-config-mode = TRUE and re-set roadmap changes and all the above changes I have done in before ( even before I created this thread) started working....

Thanks.

Khan

Former Member
0 Likes

Hello,

Have you tried with application configuration for the application HRRCF_A_CANDIDATE_PROFILE_INT (see web dynpro component HRRCF_C_CANDPROFILE_UI)? There you might be able to change the label.

Kind regards,

Julien

former_member181966
Active Contributor
0 Likes

Thanks Julien but HRRCF_C_ROADMAP_UI -Roadmap dynamically create roadmap. I m positive that I have to do somethng in HRRCF_C_ROADMAP_UI -Roadmap..

BTW we are on EHP5.

Thanks,

Saquib

.