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

In which table Personal Data Screen details are saved from Application Wizard.??

vibhor_bhatnagar
Product and Topic Expert
Product and Topic Expert
0 Likes
545

Hi Guys,

I am new to WDA.

I have added some custom fields to the personal data screen of the application wizard ,I wanted to know which table should be used to store these details and also which method is used to store standard details.??

Accepted Solutions (1)

Accepted Solutions (1)

Ramprabhu_Sukum
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi ,

Personal data like Firstname, Lastname and communication details like e-mail, address are stored in Business partner ( BP ) associated with the candidate. Underlying tables are BUT000, ADRC, ADRP etc. Also tables like HRP5102, HRP5110 are affected.

Generally if you want to add custom fields, add to data structure HRI5102 through CI include.

refer to class CL_HRRCF_M_PERSONL_DATA and its method.

If you want to update custom fields, refer to table structure HRI5102 in your programming so that all the custom fields are automatically fetched.

Regards,

Ram

Former Member
0 Likes

How to refer those fields in CL_HRRCF_M_PERSONAL_DATA and its method ?

Answers (0)