Time Management on ESS is divided in two parts: Leave Request Framework and CATS on ESS.
Leave Request Framework.
The Leave Request framework enables the employees to perform all the tasks they need to manage their leave requests and other absences for all of their personnel assignments.It supports the Concurrent Employment (CE) and it's written in Java Web Dynpro.
This framework is responsible to let the employees visualize all the Absences (IT2001) and Attendances (IT2002) that he already have on the backend, and lets him create new ones in way that integrates with the Universal Work List (UWL)and the ESS/MSS applications. When we say Submit a Leave Request the employee can submit an Absence request or an Attendance request
It has three major WD Services:
Name |
Location (URL) |
Functionality |
---|---|---|
Leave Request |
/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequest |
WD to Submit the Leave Request |
Leave Request Approval |
/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestApprover |
WD to approve the Leave (you can approve via the UWL as well) |
Team Calendar |
/webdynpro/dispatcher/sap.com/ess~lea/TeamView |
WD to have a Team overview of the Leaves in a Calendar, making possible to modify these data |
Leave Request (EhP4) |
/webdynpro/dispatcher/sap.com/ess~lea/LeaveRequestEnhCE_13 |
WD for Leave Request. On EhP4, it supports Concurrent Employement |
Leave Overview (EhP4) |
/webdynpro/dispatcher/sap.com/ess~lea/LeaveOverviewCE_13 |
WD to view all the Leaves submitted by an employee. Only on EhP4 and supports CE as well |
CATS on ESS
The Cross-Application Time Sheet (CATS) can be used to record individual persons' working times and other data in a central worksheet. Manager can input times for his employees as well.
There is a complete page on CATS which can be found in the Time Management Wiki:
It's the Time Sheet implemented as a Web Dynpro service accessible via the Employee Self Services and Manager Self Services.
These are the services available for the Web Dynpro version:
Service |
Path |
---|---|
Record Working Times |
/webdynpro/dispatcher/sap.com/ess~cat/CatDataRecord |
Release Working Times |
/webdynpro/dispatcher/sap.com/ess~cat/CatDataRelease |
Approve Working Time |
/webdynpro/dispatcher/sap.com/mss~cat~approval/CatManagerApprove |