Application Development and Automation 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: 
Read only

function module for finding employees leaving date

Former Member
0 Likes
3,131

Hi all,

to find employees hiring date we have RP_GET_HIRE_DATE.

is there any FM ot find employees leaving date of company?

thanks

rahul

1 ACCEPTED SOLUTION
Read only

learnsap
Active Participant
0 Likes
1,466

Hi Rahul,

Try this function module...

HR_LEAVING_DATE

Regards,

Ramesh Babu s

3 REPLIES 3
Read only

learnsap
Active Participant
0 Likes
1,467

Hi Rahul,

Try this function module...

HR_LEAVING_DATE

Regards,

Ramesh Babu s

Read only

Former Member
0 Likes
1,466

HR_ENTRY_DATE Employee start date

<b>HR_LEAVING_DATE</b> Employee leaving date

Refer thsi link

http://www.sapdevelopment.co.uk/fmodules/fmshr.htm

http://www.sapdevelopment.co.uk/hr/hrhome.htm

Reward if this helps.

Read only

Former Member
0 Likes
1,466

Hi Rahul,

there is an FM "<b>HR_ECM_GET_LEAVING_DATE</b>"

which uses Method <b>GET_LEAVE_DATE</b> of class <b>CL_HRPA_ASSIGNMENT_DATE</b>.

or FM <b>HR_LEAVING_DATE</b> can also be used.

Regards,

Tejas