cancel
Showing results for 
Search instead for 
Did you mean: 

List of all managers

luscruz
Participant
0 Kudos

Hi experts,

How can i get a list of all managers in the system? I was trying with PPOM but it seems that i can't filter to see only the managers in a table format (so i can extract to excel)

Anyone can help me?

Thanks,

Luis Cruz

Accepted Solutions (1)

Accepted Solutions (1)

former_member181966
Active Contributor
0 Kudos

Find suitable evaluation Path in table u201CT77ATu201D. After that use the following FM

CALL FUNCTION 'HRCM_ORGSTRC_INFO_TABLE_GET'

Examples include: LHRCMP00ADMINF05 ,

Read IT0105 for user name ...

Good luck !

Saquib Khan

FYI

WEGID WTEXT

A012 All relationships to A012 -> manages ...

B012 All relationships to B012 -> is managed by ...

B900 Manager under manager

BOSSORG All position holders (incl. org. structure) starting with manager

CACS Search for all managers and subject consultant in an org.

CC_RESP Read cost center manager

I_BOSS Determine whether USER/person/position has a managerial function

MANAS Organizational assignment for lead/manager

MANASS Organizational assignment of manager

MDTDIREC Manager under manager for MDT

PERSCM3 Compensation management: manager of org. unit

PERSCMP Compensation management: persons in org. unit

PMMWBSO FPM: Organization Funds and Position management Desktop

SAP_MANG Org. units managed by persons or users

Answers (1)

Answers (1)

paul_davidson
Active Contributor
0 Kudos

Hi Luis,

An easier way that I use is to create a Infoset based on Position (PCH Logical database). Include the related object - Organizational Unit with the relationship "012 Manages". Also, include the PA infotypes by the relationship "008 Holder". You can then use Ad Hoc Query or SQ01 to create reports of the "Chief positions" with the holder information - salary, age, gender, etc.

Paul

luscruz
Participant
0 Kudos

Thanks both for your replies.

Just now i saw the replies, and already had solved my problem.

I used SE16 to look at HRP1001 table.

First, i saw all objects 'S' with A012 relationship. Then i saw the A008 relationship of each object 'S' returned.

Your answers will be used by me when i need to do that again.

Rewarding points set.

Once again thanks!

Luis Cruz