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

HR function module

Former Member
0 Likes
425

Hi All,

Is there any function module to fetch data from HR tables??

Thanks & Regards

Santhosh

2 REPLIES 2
Read only

Former Member
0 Likes
383

to read data from most of the PA infotypes use the FM HR_READ_INFOTYPE, to read data from OM infotypes use the FM RH_READ_INFTY

Read only

Former Member
0 Likes
383

Hi,

use the FM HR_99S_READ_INFOTYPE by passing the infotypes to be read to table IM_TAB_INFTY.

This FM helps you to read multiple infotypes at one call.

see the fm HR_READ_INFOTYPE

Regards

Kiran Sure