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

Add customer fields to V_CANDIDATE view.

Former Member
0 Kudos
278

Hello,

We are trying to add customer fields to view V_CANDIDATE on ERC_C_DUPLICATE_CHECK_UI.

 

I Added new fields to structure RCF_S_CAND_PERSONAL_DATA_PL.

I Added the fields as input fields to the view.

I added similar fields to HRP5102.

When I save the the data after filling all the details on the screen I want to save the new fields in the corresponding row created in  HRP5102.

How can I connect the fields on the screen to HRP on DB?

Thanx.

Yotam.

Accepted Solutions (1)

Accepted Solutions (1)

former_member197475
Active Contributor
0 Kudos

Yotam,

You can use Functional Module RH_UPDATE_INFTY to update the table.

BR,

RAM

Former Member
0 Kudos

Hey,

I can use RH_UPDATE_INFTY at method SAVE of erc_c_appl_mgmt_ui after sap created the row in HRP5102 but can I send the fields when sap creating the record instead of updating the infty right after sap created it?

former_member197475
Active Contributor
0 Kudos

HI Yotam,

Sorry for my late response.

Could you please elaborate your question. Can't get you.

BR,

RAM

Former Member
0 Kudos

Hi RAM,

I tried to avoid calling the FM RH_UPDATE_INFTY and send my details to the RH_INSERT_INFTY with the sap flow.

Eventually I used FM RH_UPDATE_INFTY after sap saves the record .

Answers (0)