so its not available in managers UWL for approval??\
Are you filtering or restricting the items in Managers UWL? Please check the XML for the UWL< are you using standard, Please test with standard one.,
can you paste the screenshot how does ESS looks like with workitem?
BAdI HRPBSIN_NEXT_APPROVER. In the implementation inside interface
method IF_AC_NEXT_APPROVER~GET_NEXT_APPROVER
write logic to check approver level and pass approver pernr or approver
group accordingly.
For Example :
Suppose there is only one level of approval in your case then
you should write logic as per below reference :
If IFD_APLVL= 1.
EFD_APGRP = 'First Approver Group'
else
IFD_APLVL= 2.