Hi,
1. I have a scenario in ESS: Advance Claims, where in we need to n-level Approval.
Could any one throw some light on this ?
2.As of now I have activated the standard wf template, WS18900023, for one-level approval, and it is getting triggered.
But, when the approver approves the request, the status shown in the Request Creator's inbox is:
Request Phase : In-Process
Request Status : Partially Approved
But, if a request is rejected, the status is :
Request Phase : Completed
Request Status : Rejected
I have implemented a BADI: HRPBSIN_NEXT_APPROVER with the logic, just to determine the
method IF_AC_NEXT_APPROVER~GET_NEXT_APPROVER.
IFD_ALGRP = 'NLE5'.
EFD_APERN = '969'.
EFD_APGRP = 'DEFAULT_GROUP'.
IFD_ALGRP = 'NLE5'.
EFD_APERN = '6601'.
EFD_APGRP = 'DEFAULT_GROUP'.
endmethod.
3. Can any one tell me, where the workflow template (WS18900023) is being retrieved from, when the claim request is created?
I mean, by means of any configuration or std code ?
Thanks,
Sai.