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

How to add field to E-Recruitment Personal Data Screen?

vibhor_bhatnagar
Product and Topic Expert
Product and Topic Expert
0 Likes
370

Hi Experts,

I need to add certain custom fiels to the personal data screen in the erecapplication wizard roadmap.

Kindly guide me on how to achieve this?

Accepted Solutions (1)

Accepted Solutions (1)

vibhor_bhatnagar
Product and Topic Expert
Product and Topic Expert
0 Likes

I achieved this by enhancing the view VW_PersonalData in component HRRCF_C_PERSONL_DATA.

Answers (2)

Answers (2)

jndt
Explorer
0 Likes

Hi Vibhor,

I think you mean the HRRCF_C_PERSONL_DATA_UI component?

I also added some fields in an enhancement on the VW_PERSONALDATA view in the personal data section, but the fields do not display even though their Visible proerty is set to visible.  I suspect SAP is dynamically disabling certain fields on the view.  Did you have to do anything in the code to get your fields to display?

Regards

Johan

vibhor_bhatnagar
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Johan

The visibility is controlled dynammically through methods in the Window's controller of the component "HRRCF_C_PERSONL_DATA_UI".

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Likes

which release you are on?

are you using BSP based or WD ABAP based screen?

you can make a custom page too

BAdI: General BAdI for Determining Application Configuration

Use

You use the Business
Add-In
(BAdI) HRRCF00_DET_APPLCONFIG_GENERAL (General BAdI for
Determining Application Configuration) if you want to store an application
configuration for specific applications.

vibhor_bhatnagar
Product and Topic Expert
Product and Topic Expert
0 Likes

We are on EP6,and are using WD ABAP screens.

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Vibhor,

You will need to add them in an enhancement implementation or have a look at

http://help.sap.com/saphelp_nw04s/helpdata/en/46/8f631430ed19aee10000000a11466f/frameset.htm

Regards

Nicole