cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

approver for manager

Former Member
0 Likes
289

Hi experts

i define RR_PURCHASING_MANAGER for approve employee's PO (in /n/sapsrm/wf_process trnasaction)

when an employee create PO , manager of group can approve it

but when the manager want to create po no approver was define to approve manager's PO

Regards

Elham

View Entire Topic
laurent_burtaire
Active Contributor
0 Likes

Hello,

check in /SAPSRM/IF_WF_AREA~GET_RESPONSIBLE_APPROVERS method from /SAPSRM/CL_WF_AREA_PURCH_GRP class (which is called by /SAPSRM/IF_EX_WF_RESP_RESOLVER~GET_APPROVERS_BY_AREA_GUID method from /SAPSRM/BD_WF_PO_RR_PURMGR implementation BAdI).

You will see how approver is found and understand why approver of approver is not determined using RR_PURCHASING_MANAGER responsability resolver name.

Regards.


Laurent.