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: 

hire date and leave date

Former Member
0 Kudos

please any body can tell field names and description and how to get hire date and leave date from ABAP HR.

2 REPLIES 2

Former Member
0 Kudos

Hi ,

these dates will be avail in master data of HR tables are PA0001.

useful tcodes : PA30.

Regards

Prabhu

0 Kudos

FM <b>RP_GET_HIRE_DATE</b>

Get the joining date of the employees

CALL FUNCTION 'RP_GET_HIRE_DATE'

EXPORTING

persnr = it_overseas-empno

check_infotypes = '0000'

IMPORTING

hiredate = it_overseas-doj.

for leave detail use fm..

<b>HR_DK_GET_LEAVE_ENTITLEMENT</b>