Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Which HR table has details of subordinates names under a particular person?

Former Member
0 Kudos
196

Which HR table has details of subordinates names who are under a particular person?

That is>>I need to know 'I have to display all the employes working under a particular person' how can I do it??

Regards,

Shashank.

2 REPLIES 2

jayanthi_jayaraman
Active Contributor
0 Kudos
120

hi,

If you go to PO13 tcode and then enter the position of the manager and then choose relationship, you can find the positions of the employees working under him.

raymond_giuseppi
Active Contributor
0 Kudos
120

Look at infotype 1001, where objects are linked

<b>About the Relationship Infotype (1001)</b>

<b>Definition</b>

Infotype, which defines the Relationships between different objects.

<b>Use</b>

You indicate that a employee or user holds a position by creating a relationship infotype record between the position and the employee or user. Relationships between various organizational units form the organizational structure in your enterprise. You identify the tasks that the holder of a position must perform by creating relationship infotype records between individual tasks and a position.

Creating and editing relationship infotype records is an essential part of setting up information in the Organizational Management component. Without relationships, all you have are isolated pieces of information.

Look also at <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/HRINF/HRINF.pdf">HR Infotypes</a> for a detailed list of infotypes.

Regards