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

remove the “qualification” and “dependent details” from external candidate registration process

Former Member
0 Kudos
188

Hi Gurus,

I am having requirement from my client in which they are asking to remove the “qualification” and “dependent details” from external candidate registration process.

Could any can guide me on this subject?

Nawaz Khan Yousafzai

Accepted Solutions (1)

Accepted Solutions (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Nawaz,

Yes, you can achieve that by creating a custom WD application configuration for your candidate profile. See http://help.sap.com/saphelp_nw04s/helpdata/en/22/719f42f2ff7e5fe10000000a155106/frameset.htm for the concept.

Regards

Nicole

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nicole,

I have tried following setting but didn’t work.

01-   I have created road map step and road map pattern

02-   I have coded the badi as following.

method IF_EX_HRRCF_DET_APPL_CONFIG~DETERMINE_APPL_CONFIG.**Determining the correct configuration for the applicationdata: lv_wd_application like iv_wd_application.
lv_wd_application
= iv_wd_application.
TRANSLATE lv_wd_application to UPPER CASE.


 
CASE iv_wd_application.
   
WHEN 'HRRCF_A_REG_APPLWIZARD_EXT'.
      rv_config_id
= 'ZEXT_CANDI_REGS'.
 
ENDCASE.
endmethod.

Regards

Nawaz

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Nawaz,

Have you created a roadmap component configuration in SE80 and assigned that in  V77RCF_RM_IDC?

Regards

Nicole

Former Member
0 Kudos

Hi Nicole,

could you check the attachment? including webdynpro, road map config and badi

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

Sorry, but the attachments are hardly seen - even when I enlargen them.

Regards

Nicole

Former Member
0 Kudos

Hi Nicole,

I hope this time it will work. Find the new attachment explains webdynpro , road map and badi.

Regards

Nawaz

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Nawaz,

The config ID you assigned in the roadmap maintenance is the application configuration but here you would need to assign the component configuration of WD component HRRCF_C_ROADMAP_UI.

So create a component configuration for that component and assign it in  V77RCF_RM_IDC and for your application configuration ZHRRCF_A_REG_APPLWIZARD_EXT you assign this component configuration to the component too.

Regards

Nicole