Application Development 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: 

RH_READ_INFTY_1001 Fn.Module

SurendarT
Explorer
0 Kudos

Hi,

Can any one Tell me .. How to do the same functionality .. given below (select).

Using the Function Module RH_READ_INFTY_1001...

*reads CP (Central Person) based on BP (Business Partner)

Select single objid (Object ID)

from hrp1001

into gv_sobid

where subty eq 'B207'

and sclas eq 'BP'

and sobid eq is_header-partner.

*reads P (Person) Based on determined BP (Business Partner)

select single sobid (ID related Object)

from hrp1001

into gv_sobid

where subty eq 'B209'

and otype eq 'CP'

and objid eq gv_sobid.

*determines UserID from IT0105 for determined personell ID

select single usrid

from pa0105

into gv_usrid

where pernr eq gv_sobid

and subty eq '999'.

Reply ASAP....

Answers will be Rewarded

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use the FM RH_RELATION_MAINTAIN..

Enter the FCODE as DISP....for display purpose...

1 REPLY 1

Former Member
0 Kudos

Hi,

Use the FM RH_RELATION_MAINTAIN..

Enter the FCODE as DISP....for display purpose...