2007 Oct 31 2:13 PM
Hi,
Use the appropriate function module to get the manager. (Z_GET_MANAGER )
OR: Given the Org Unit, find the Manager for that Organization. Relationship O B012 S gives the position of the Manager.
for that we used HRP1001 table in that fields
OTYPE = O, RSIGN = B, RELAT =012.
This is the Job that desribes the position, relationship S B007 C.
Use the appropriate Function Module to find the Job?witch table it willbe???
Thanks & Regards
Kavitha
2007 Oct 31 2:15 PM
use table HRP1001 or FM RH_GET_LEADING_POSITION. this will give the position of the manager. now from PA0001 get the manager name by using this position(PLANS).
You can also use FM - RH_GET_LEADER
Regards,
Amit
Reward all helpful replies.