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:
- create a component configuration for web dynpro component HRRCF_C_ROADMAP_UI. The configuration does not have any content we just need the Id.
- create an application configuration for web dynpro applications hrrcf_a_reg_applwizard_ext and hrrcf_a_reg_applwzd_unreg.
- 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.
- switch to IMG (TCode SPRO) and chose node SAP E-Recruiting -> Technical Settings -> User Interfaces -> Candidate -> Flexibilization -> Back End -> Roadmap Pattern -> Create Roadmap Pattern
- 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.
- Assign roadmap steps to both roadmap patterns. You can have a look into table T77RCF_RM_SEQ which contains the default / standard setting.
- 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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.