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

E-Rec Support Team Add Member PERNR Search Enhancement

Former Member
0 Likes
300

Hi,

I have modified Search Help 'HRRCF_SES_EMPLOYEE_AND_ORGUNIT' to 'Z*'' to enable SAP User Name search. This has been assigned to 'Add Member' PERNR input field dynamically in method 'ERC_C_SUPP_TEAM_UI->V_ADD_MEMBER_POPUP->WDDOMODIFYVIEW'. I am able to search with User Name but When i select the row and click 'OK' the application NOT binding PERNR, the field empty is empty. I think the application binding 'last name' which is CHAR filed so the fiedl is empty. Please see the screen shot.

The search and selection happens in  component WDR_SELECT_OPTIONS. any idea how to fix? or any comments or direction?

...Naddy

Accepted Solutions (0)

Answers (1)

Answers (1)

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Naddy,

You mean the pernr is not taken over to the lead recruiter field and hence, it is empty in method LEAD_HIRING_SET_CONTEXT?

Regards

Nicole

Former Member
0 Likes

Yes, the PERNR is not taken.

...Naddy

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Naddy,

Have you checked if it is already empty in the method mentioned above?

Regards

Nicole

Former Member
0 Likes

Hi Nicole,

I couldn't find the method LEAD_HIRING_SET_CONTEXT in the copmponent 'ERC_C_SUPP_TEAM_UI'.

May i please know where can i find this method?

...Naddy

NicoleGeischnek
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello Naddy,

That's from V_GEN_JOB_INFO (ERC_C_REQ_MGMT_UI) -> I just assumed you call it from there?

Regards

Nicole

Former Member
0 Likes

The Custom Search Help works fine for Lead Recruiter and Hiring Manager in the  V_GEN_JOB_INFO (ERC_C_REQ_MGMT_UI).

I have an issues with ERC_C_SUPP_TEAM_UI->V_ADD_MEMBER_POPUP. Please check my initial message for this thread.

...Naddy