cancel
Showing results for 
Search instead for 
Did you mean: 

Data Not Visible in Employee Lookup App

Former Member
0 Kudos

Hello Experts

I have configured Employee Look Up App. On running the application I encountered an error ""Üser <nameofuser> does not exist in this period". I assigned a pernr to that user with infotype Communication and Sty 0001 in PA30. This error was resolved by maintaining this entry. However no data is being visible on the app. On checking the console Odata request /sap/opu/odata/sap/HCM_EMPLOYEE_LOOKUP_SRV/EmployeeInfoSet('pernr')/$value is being failed with the message Exception raised without specific error.


Is there anything else to be maintained in PA30 or any other table that I have missed.

Thanks in Advance

Parth Budhiraja

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

When I tried executing Odata call upto /sap/opu/odata/sap/HCM_EMPLOYEE_LOOKUP_SRV/EmployeeInfoSet('pernr')


instead of


/sap/opu/odata/sap/HCM_EMPLOYEE_LOOKUP_SRV/EmployeeInfoSet('pernr')/$value

I am getting only employee ID against the pernr from which I have logged in (no contact details, phone no, email etc. is returned from OData call). I am able to search the employees (although ir-responsive search call) but too without complete information.

Every Odata call fails which is of type /sap/opu/odata/sap/HCM_EMPLOYEE_LOOKUP_SRV/EmployeeInfoSet('pernr')/$value

Attached are the snapshots of the same.

Kindly help

Regards

Parth

Former Member
0 Kudos

Hi Parth,

Check the link:

Hope this will resolve your issue.

Thanks

Punit

Former Member
0 Kudos

Hi Punit

I was able to solve the issue by setting up the parameters and their position as well.

Thanks for your reply.

Parth

saqib_dastgeer2
Explorer
0 Kudos

Dear Parth

Where you have set the parameters and position. Kindly provide details so that others can also be get benefited.

Former Member
0 Kudos

Hi Saqib,

Follow the link: Hierarchy not visible in Employee Lookup

This will have answer to your question.

Thanks

Punit

Former Member
0 Kudos

Hi Saqib,


Please do the following task:-


Configuration at ECC level


Following entries are maintained at table V_TWPC_ACOL_C to display Employee’s info.

Reward if helpful

Parth

Answers (1)

Answers (1)

former_member182874
Active Contributor
0 Kudos

Hi Parth,

Ensure you have installed GBX01HR5 component.

Also please provide the sp levels of below components in your landscape :

GBX01HR

GBX01HR5

UIHR001

Next step is PFCG role : SAP_HCM_EMPLOYEE_APPS on backend system

Next step is, check whether the employee is assigned to org structure and has direct reportee.

Odata service : HCM_EMPLOYEE_LOOKUP_SRV, Set a breakpoint on DPC class and test.

Regards,

Tejas

Former Member
0 Kudos

Hi Tejas


Thanks for your reply

Below are the versions of installed components

GBX01HR6000003SAPK-60003INGBX01HRFIORI X1 HCM
GBX01HR56050001SAPK-60501INGBX01HR5FIORI X1 HCM

UIHR0011000003SAPK-10003INUIHR001

UI for ERP Human Capital Management

Crossed check all the PFCG roles, they are upto the mark.


Employee is assigned to org structure and has direct reportee.


Marked external debugger on Data provider class but didnot get any relevant info due to which this exception is being raised.


Thanks

Parth