Application Development and Automation 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: 
Read only

How to find the Function module name

Former Member
0 Likes
381

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

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
347

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.