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

Function module to Read DATA from HRP1001

Former Member
0 Likes
3,916

Hi All ,

I am fetching sobid by writing the following Select Query,

<b> SELECT sobid FROM hrp1001 INTO TABLE it_sobid

WHERE otype = c_objtyp_o

AND objid = pr_ounit

AND plvar = c_plnvrsn

AND rsign = c_relshp_b

AND relat = c_relat_963

AND sclas = c_objtyp_s.</b>

is there any Function module to fetch the data from HRP1001 using all the above selection Criteria.

Thanx,

Girish.

1 REPLY 1
Read only

athavanraja
Active Contributor
0 Likes
1,311

RH_READ_INFTY_1001

Raja