Hi,
While executing Leave request App, I am getting following error.
" Your user might not be configured properly; contact your administrator."
In Chrome console there are following services showing response code 400.
1) http://<server name >:port/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/ConfigurationCollection?$select=DefaultAbsenceTypeCode&sap-client=210
2) http://<server name >:port/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/AbsenceTypeCollection?$select=AbsenceTypeName,AbsenceTypeCode,AllowedDurationPartialDayInd,AllowedDurationMultipleDayInd&sap-client=210
3) http://<server name >:port/sap/opu/odata/GBHCM/LEAVEREQUEST;v=2/LeaveRequestCollection?$filter=StartDate%20eq%20datetime%272014-10-01T00:00:00%27%20and%20EndDate%20eq%20datetime%272015-01-01T00:00:00%27&$select=StatusCode,StatusName,AbsenceTypeCode,AbsenceTypeName,StartDate,StartTime,EndDate,EndTime&sap-client=210
Both system ECC backend and Gateway has trusting each other and has current user check box checked.
Logged in User is created as ESS user and has allocated leaves in the system.
I have following role in Backend system :
1) SAP_GBHCM_LEAVE_REQUEST_EMPL
Can anyone help me to troubleshoot the issue ?
- Shrikant Kamble