on 2012 Nov 03 11:43 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
| User | Count |
|---|---|
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.