cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to Hide "Candidate Profile" tab in E-recruitment internal candidate (start page).

Former Member
0 Kudos

Hi

I have done the below configuration to hide "Candidate Profile" tab in E-recruitment internal candidate (start page).

1) Created an application configuration (Configuration Name: ZINTERNAL) for webdynpr application hrrcf_a_startpage_int_cand.

2) I  have maintained parameter value ( WDCONFIGURATIONID : ZINTERNAL) for a Web Dynpro application

3) In SPRO-> E-Rec-> Flexibilization -> Define Start Page ->

Start Page:

ID: 0002

Config.ID : ZINTERNAL ( My Z Configuration Name )

Assignment of First Level

Start Page ID: 0002

Position: 1

ID First Level: 0004  (Employment Opportunities (Internal Candidate))   

Assignment of Second Level

Start Page ID: 0003

Position : 2 ID second level: 0011 (Job Search (Internal Candidate))

4) we have implemented the below code in start Page BADI ZGTHRBADI_START_PAGE (Implementation HRRCF00_DET_APPL_CONFIG_STARTP )

method IF_EX_HRRCF_DET_APPL_CONFIG_SP~DETERMINE_APPL_CONFIG.

  IF IV_CANDIDATE_TYPE = 'i'.

       RV_CONFIG_ID ='ZINTERNAL'.                             " Config ID

   ENDIF.

endmethod.

Still Internal candidate start page is showing ( Candiate profile and Employment Opportunities page ) . Please  let us know  how to resolve this issue .

Regards

Abdull Hakkim.K

+919940174346

Accepted Solutions (1)

Accepted Solutions (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abdull,

ZINTERNAL is your WD component configuration for HRRCF_C_STARTPAGE?

The configuration is the same as for the roadmap described in wiki page http://wiki.sdn.sap.com/wiki/x/oAG1EQ.

Regards

Nicole

Former Member
0 Kudos

Hi Nicole

ZINTERNAL is application configuration id and also we have created ZTEST1 as component configuration id .

In application start configurator we have assigned the ZTEST1 for component usage (HRRCF_A_STARTPAGE_INT_CAND) , For your reference I have attached the screen shot .

I identified that  below active badi  is also not getting triggered

Badi name  - ZGTHRBADI_START_PAGE (Implementation  HRRCF00_DET_APPL_CONFIG_STARTP )

method IF_EX_HRRCF_DET_APPL_CONFIG_SP~DETERMINE_APPL_CONFIG.

   IF IV_CANDIDATE_TYPE = 'i'.

       RV_CONFIG_ID ='ZINTERNAL'.                             " Config ID

   ENDIF.

endmethod.

Please let me know what will be the issue .

Regards

Abdull Hakkim.K

+919940174346

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Abdull,

The BAdI is only called once you call a URL and the system has to evaluate and generate the URL. In case of your Intranet, you will have to provide the URL already with the 'sap-wd-configId' URL parameter.

Regards

Nicole

Former Member
0 Kudos

Hi Nicole

I  have resolved the issue by your valuable inputs , Thanks for your support.

Regards

Abdull.K

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Abdull.K,

Glad to hear that!

I am curious: What was the step which solved it?

Regards

Nicole

Former Member
0 Kudos

Hi Nicole

In iview application parameter I have passed the application configutaion name ( sap-wd-configId=ZINTERNAL)  it resolved my issue .

Regards

Abdull.K

Answers (0)