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

HRP Functions

Former Member
0 Likes
691

Hi all!!

I have to make a report to compare the headcount approbated (PP01) Vs. the real headcount this is in HRP.

For example.

Organizational unit

Object ID

In the infotype 1019 I can set the Number of Positions for any Job (Quota Planning) and the Job ID.

So, I wonder if there is any function to get the number of positions for any Organizational unit and another to get the number of positions that are acupated.

Is there any catalog?

Thanks everybody.

Regards.

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
552

Hi Adrian,

You can use RHPH_GET_VACANT_POSITIONS to get the list of vacant positions under an Org Unit. try this to get an entire list.. HR_GET_POSITIONS_IN_ORGUNIT

Regards,

Suresh Datti

Hi all!!

I have to make a report to compare the headcount approbated (PP01) Vs. the real headcount this is in HRP.

For example.

Organizational unit

Object ID

In the infotype 1019 I can set the Number of Positions for any Job (Quota Planning) and the Job ID.

So, I wonder if there is any function to get the number of positions for any Organizational unit and another to get the number of positions that are acupated.

Is there any catalog?

Thanks everybody.

Regards.

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
553

Hi Adrian,

You can use RHPH_GET_VACANT_POSITIONS to get the list of vacant positions under an Org Unit. try this to get an entire list.. HR_GET_POSITIONS_IN_ORGUNIT

Regards,

Suresh Datti

Read only

0 Likes
552

thanks bro'!!