Hi,
when calling the working time area in ESS I do not see the "record working time" link.
I believe this link should be generated dynamically via proxy class: CL_XSS_CAT_1_AREA_PAGE, but when debugging this class it seems to be adding service "EMPLOYEE_WORKTIME_RELEASEWORKTIME_DIS05" (the disabled version) to the page instead of EMPLOYEE_WORKTIME_RECORDWORKTIME.
I need a hint what is causing this.
BR Olof
you should check your resource and service key to which proxy class being added ie
EMPLOYEE_RECORDWORKTIME_SERVICE05
also check if SelfServicesGenerics is set up with correct user autho
ie
CL_XSS_CAT_1_AREA_PAGE in service EMPLOYEE_WORKTIME_PROXYWORKTIME05
Add a comment