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

Hide tabs in candidate profile

Former Member
0 Kudos
248

Hi Experts,

I was tasked to hide the attachments tab in the e-recruitment roadmap. I found a step-by-step guide here in this website and followed it as instructed. But when I checked up on the candidate profile page, the attachments tab remains visible.

I did the following instructions:

  1. create a component configuration for web dynpro component HRRCF_C_ROADMAP_UI. The configuration does not have any content we just need the Id.
  2. create an application configuration for web dynpro applications hrrcf_a_reg_applwizard_ext and hrrcf_a_reg_applwzd_unreg.
  3. for each application configuration in the editor go to the structure tab and assign the component configuration you created in step 1 to the roadmap component.
  4. switch to IMG (TCode SPRO) and chose node SAP E-Recruiting -> Technical Settings -> User Interfaces -> Candidate -> Flexibilization -> Back End -> Roadmap Pattern -> Create Roadmap Pattern
  5. create new entries for the Roadmap Id 0002 (Application Wizard (Registered Candidate)) and the web dynpro application configuration you created for hrrcf_a_reg_applwizard_ext and for Roadmap Id 0003 (Application Wizard (Unregistered Candidate)) and the web dynpro application configuration you created for hrrcf_a_reg_applwzd_unreg.
  6. Assign roadmap steps to both roadmap patterns. You can have a look into table T77RCF_RM_SEQ which contains the default / standard setting.
  7. implement BAdI HRRCF00_DETERMINE_APPL_CONFIG. You will get the web dynpro application in importing parameter IV_WD_APPLICATION if it is hrrcf_a_reg_applwizard_ext or hrrcf_a_reg_applwzd_unreg fill the returning parameter RV_CONFIG_ID with the web dynpro application configuration you created. (Attention: there were issues with the application name passed in capital letters or not in different support packages. So better copy the importing parameter in a local field and translate it to upper or lower case (what you prefer) and compare to a matching literal. So you ensure that everything works as intended if sap again changes the way the application name is passed).

Did I miss a step?

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi John,

You mean that page:

One question regarding your point 5: If you set the patterns for your new roadmap you have to use the config ID created for HRRCF_C_ROADMAP_UI and not those for the application wizards.

Regards,

Nicole

Answers (0)