Hi experts,
we are facing an error where starting Approve leave request v2 fiori.
Recently we have upgraded Gateway component UIHR001 to SP3 and backend component GBX01HR also to SP3. After upgrade following error appears in all browsers when trying to open ALR fiori:
The problem is that when detail view try to get data the URL is not ok, var RequesterName name and surname is concatenated with comma: RequesterName='SURNAME1 SURNAME2, NAME'
This is the URL called in the following way:
/sap/opu/odata/sap/HCM_LEAVE_REQ_APPROVE_SRV/LeaveRequestSet(RequestId='0050568A44B81EE5A5EC5B8B1C0F9A84',RequesterName='SURNAME1 SURNAME2, NAME',RequesterNumber='00000033',StartDate=datetime'2015-12-01T00:00:00',EndDate=datetime'2015-12-01T00:00:00')?sap-client=200
So URL call is not correct. This fiori is not enhanced, does anyone knows what is happening? Is there a note for this error? We don´t have seen any for this in SP3.
Any help will be really appreciated.
Thanks in advance.