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: 

Termination date of an employee

Former Member
0 Kudos

Hi,

I need the termination date of the employee for my report.

I was wondering if there is a field in a table or any function module which gives the termination date of an employee.

Any kind of input is appreciated.

Thannks

George

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi ,

go to the infotype table pa0041 ..in that check in the field dar01 (f4)----> terminate date of employee....use that..

regards,

venkat.

4 REPLIES 4

Former Member
0 Kudos

Check table PA0001, if PERSG -(EE group) is Q or V then user is terminated.

or in table PA0000, if stat2 is 2 then user is terminated retired.

Kashi

Edited by: Kashinath Pai on Apr 4, 2008 9:12 PM

Former Member
0 Kudos

hi ,

go to the infotype table pa0041 ..in that check in the field dar01 (f4)----> terminate date of employee....use that..

regards,

venkat.

0 Kudos

Hi Venkat, thanks for the info.

But there are a bunch of date types in PA0041. How would we know which date corresponds to what??

I mean the field DAR01 possibly holds the hire date, because this field is used in the Fn.M HR_ENTRY_DATE.

I might as well be wrong. Could you throw some light on this.

Could anyone help me find the termination date please....

Thanks

George

Edited by: George Clayman on Apr 7, 2008 6:34 PM

0 Kudos

What about the start and enddate of PA0016 (Contract Elements). Isn't this the enddate of the contract = termination day (no longer working for company)???