HR renewal 1.0 feature pack 3 offers some good enhancements in ESS/MSS area. Following blog gives good overview of the enhancements in this feature pack:
One of the enhancements to leave request functionality is to allow multiple levels of approvals for a leave request. That means a leave request can go through multiple levels of approval depending on the type of leave. The administrator can configure the default approver at each level or allow employee to input the approvers while creating leave request. This document will give an insight into the configurations that are needed for enabling this.
How it looks on Leave Request Application?
Once the multiple approvers are enabled for a leave type users would see multiple processors on the leave request application (see the screenshot). It is possible to allow users to add/remove processors, or change the sequence of processors. Also the administrator can configure so that system defaults the approvers.
Once the leave request is submitted it flows to the approvers in the sequence one by one.
Configurations
At the core of configuring multiple approvers is the existing BAdI PT_ABS_REQ. The IMG path to the BAdI is as follows:
Personnel Management -> Employee Self Service(WDA) ->Service Specific Settings -> Working Time -> Leave Request ->BAdI: Controll Processing of Leave Requests
Three methods are now available in the BAdI interface that enables multiple approvers in leave request.
2. CHECK_DUPLICATED_APPROVERS – This method can be implemented if you would like to check if duplicate approvers have been entered by the user in the leave request application. In case duplicates are found set the flag EV_HAS_DUPLICATION to ‘X’. The method is called when leave request is submitted or checked for correctness by the user.
3. UPDATE_MULTIPLE_APPROVERS - This method can be used to store the names of the approvers of the sent leave request in a custom database table. The table can be read in GET_MULTIPLE_APPROVERS method to fill the list of approvers. The method is called when leave request is submitted by the user.
Further Reading
This functionality is available with HR renewal 1.0 Feature Pack 3. The name of business function is HCM_TIM_WDA_1. Go through below links for prerequisites and documentation of business function. Also it would be helpful to read the documentation of BAdI PT_ABS_REQ.
https://help.sap.com/erp_hcm_ias_2013_01/helpdata/en/41/b143d978b545b99bcdbdae8a065183/frameset.htm
https://help.sap.com/erp_hcm_ias_2013_01/helpdata/en/a1/cadfbaf2a6455a9ec112b362be7ea9/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
11 | |
7 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 | |
3 | |
3 |