‎2007 Feb 14 1:27 PM
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.
‎2007 Feb 14 1:33 PM