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: 

Creating RFC to Display HR data

Former Member
0 Kudos

Hi Guys,

Need some advice here. First time doing ABAP. I'm developing a JAVA webdynpro and need to create RFC to get data from ECC and display it back in my application. My input parameter would be the 'SY-UNAME' (SSO enabled. therefore, portal and ECC have the same ID). This value would be crossed check in infotype 0105 to get the personnel No. we will the use this personnel number to get data from other infotype. I need to get this data out to the portal.

Is there any pointers on how and where i should begin? Thanks

Regards

3 REPLIES 3

suresh_datti
Active Contributor
0 Kudos

What infotype is it? there a few BAPIs to read Basic Pay etc & afew Rfcs too.. Otherwise, you can put a custom rfc wrapper around the function call HR_READ_INFOTYPE to pull in any infotype data for a pernr..

~Suresh

0 Kudos

Thanks for the reply Suresh..I need to get data from Infotype 2, 364 and 21..thanks

Former Member
0 Kudos

Hi

you cld use

for IT0002 :BAPI_PERSDATA_GETDETAILEDLIST Read instances with data

for IT0021: BAPI_FAMILY_GETDETAILEDLIST

you may find the below link useful.

http://saphruser.com/hr-fmsrfcsbapis/