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

ABAP HR

Former Member
0 Likes
406

Hi Experts,

please help me in finding function module which takes in the pernr and gives data related to position and org management.

Thank you.

Regards,

Admir

1 ACCEPTED SOLUTION
Read only

suresh_datti
Active Contributor
0 Likes
380

HR_READ_INFOTYPE

pass the pernr & '0001' as the infotype

the itab p0001 will have Position in p0001-plans & org unit in p0001-orgeh.

~Suresh

2 REPLIES 2
Read only

suresh_datti
Active Contributor
0 Likes
381

HR_READ_INFOTYPE

pass the pernr & '0001' as the infotype

the itab p0001 will have Position in p0001-plans & org unit in p0001-orgeh.

~Suresh

Read only

0 Likes
380

this function call is even better

HR_ECM_GET_IT0001

~Suresh