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

Questions on HR-OM programming

alejandro_bindi
Active Contributor
0 Likes
411

Hello, I have to get several data from HRP* tables. I'm quite new to HR so I have this questions.

1) Which is the proper way to use BEGDA and ENDDA? I mean, if i'm provided a date or a date range to get the objects, how to use them as condition?

2) I've been searching for a while and found that using function RH_READ_INFTY is always preferable over accessing HRP* tables directly.

However, there are a couple of issues with this function module given it's scarce documentation:

How do I get several records which fit some condition? I mean, for example I want to get Job families (JF) 10000000 through 10001000. Do I have to make 1000 individual function calls?

How to use the CONDITION and EXTEND parameters?

Any useful information you can provide on this function module or its related ones will be helpful.

3) Is there another way to access all this information? I've seen the PCH LDB is available but I don't fully understand how it works and if it will provide all information needed...

Many thanks

Hello, I have to get several data from HRP* tables. I'm quite new to HR so I have this questions.

1) Which is the proper way to use BEGDA and ENDDA? I mean, if i'm provided a date or a date range to get the objects, how to use them as condition?

2) I've been searching for a while and found that using function RH_READ_INFTY is always preferable over accessing HRP* tables directly.

However, there are a couple of issues with this function module given it's scarce documentation:

How do I get several records which fit some condition? I mean, for example I want to get Job families (JF) 10000000 through 10001000. Do I have to make 1000 individual function calls?

How to use the CONDITION and EXTEND parameters?

Any useful information you can provide on this function module or its related ones will be helpful.

3) Is there another way to access all this information? I've seen the PCH LDB is available but I don't fully understand how it works and if it will provide all information needed...

Many thanks

1 REPLY 1
Read only

alejandro_bindi
Active Contributor
0 Likes
385

EDIT: Solved myself using f.m. RH_CONDITION_BUILD.