cancel
Showing results for 
Search instead for 
Did you mean: 

List of approver for ALL user in SRM

Former Member
0 Kudos

Hi All,

I want to find list of user and their approvers set up in SRM system.

I know that for INDIVIDUAL users and SC #, the approver can be found using the below functional module

a) BBP_PDH_WFL_APPROVER_GET

b) BBP_PDH_WFL_APPROVAL_SIMULATE

c) BBP_READ_ATTRIBUTES

But I want a table which will list ALL of the USER and their respective approvers.

Thanks in advance

Venkatesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. You can write a program that selects all users from table USR02 then calls these function modules.

You could also use SAP query and base it on table USR02 and then embed the function modules in the record processing code.

Regards,

Dave.

Answers (0)