cancel
Showing results for 
Search instead for 
Did you mean: 

Standard HR BAPI/RFC

Former Member
0 Kudos

Hi Guys,

Need some help here. Does any have a list for standard SAP HR BAPI/RFC? Basically, i need to get data for users from some infotypes (the input would be the user's login ID). I'll be calling the BAPI/RFC from Java WebDynpro. If possible, i would like to reuse any existing ones before creating any new ones. Thanks

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi ..

I would suggest you to go to BAPI T-Code and check what ever bapi you want fo your requirement.

Hope this helps. if so reward.

Thanks

Shyam

Former Member
0 Kudos

Hello

for IT-0002 you can use : BAPI_PERSDATA_GETDETAIL

but you must pass exact employee number begda & endda to get record.

reward points if helpful

Former Member
0 Kudos

Hi,

Update. I need to get data from infotype 2 (Q0002), 364 (Q0364) and 21(IT0021). Thanks

Former Member
0 Kudos

You can create your own RFC ,in that use Function modules BAPI_EMPLOYEE_GETLIST or BAPI_EMPLOYEE_GETDATA or BAPI_USR01DOHR_GETEMPLOYEE.and getting data from infotype HR_READ_INFOTYPE.

Regards,

Manoj.

Former Member
0 Kudos

to add above you can use BAPI_FAMILY_GETDETAIL

for IT-00021 but here again you need to pass exact begda endda & pernr

for 364 no idea of standards .

reward points if helpful