cancel
Showing results for 
Search instead for 
Did you mean: 

Read above node in the Hierarchy

Former Member
0 Kudos
67

Hi All,

I have a requirement where in I have to get the approver above the current node in SAP SRM.

I have the user Id of the current position, my requirement is to look up for the manager for approval.

Kindly suggest if there is some function module to achieve this.

Thanks in advance.

Best Regards,

Chirag Shah

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chirag

You can check in BADI /SAPSRM/BD_WF_RESP_RESOLVER

It has standard implementation help provided for the below .

You can find the code part as well which you could use .

RR_MANAGER                          Get Creator's Line Manager for Approval

RR_MANAGER_OF_MANAGER     Get Manager of Previous Approver for Appral

If you want to put a condition whether this step should execute or not you could assign an event to it.
Let me know if this helps .

Regards

Vinita