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

ABAP-HR

0 Likes
1,095

Hi all,

Can anyone let me know how to get the termination date of the employee?

In which infotype termination date is stored?

Is it based on the status of the employee?

Thanks&Regards,

Satya

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,009

Hi Satya,

You can use the Table PA0000, to get the Termination Date.

In this table, if the field STAT2 contains any number other than '3' (3 Represents Employee is active in the Company), then u can assume that Employee is Terminated. Also MASSN field will be set to '10'.

Reward points, if answer is useful.

Thanks,

Vijay G

Hi all,

Can anyone let me know how to get the termination date of the employee?

In which infotype termination date is stored?

Is it based on the status of the employee?

Thanks&Regards,

Satya

6 REPLIES 6
Read only

Former Member
0 Likes
1,009

Hi Satya,

Go to INFOTYPE <b>0041</b>: Date specifications.

U can get any date from here regarding to employee.

Reward points if helpful.

Regards,

Hemant

Read only

Former Member
0 Likes
1,009

Hi

<b>Check in Infotyp PA0000

it will be the ENDDA field where

STAT2 = 0 (status 'WITHDRAWN'.)</b>

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
1,009

Hi satya,

All the date which are related to the employee are stored in infotype 41...

Also you can see the actions correponding to the date in this infotype...

Regards,

Jayant

Read only

abhijitzope
Active Participant
0 Likes
1,009

Hi Satya,

you can use the FM HR_PT_HIRE_FIRE or RP_GET_FIRE_DATE to get termination date of the employee.

regards,

abhijit

Read only

Former Member
0 Likes
1,010

Hi Satya,

You can use the Table PA0000, to get the Termination Date.

In this table, if the field STAT2 contains any number other than '3' (3 Represents Employee is active in the Company), then u can assume that Employee is Terminated. Also MASSN field will be set to '10'.

Reward points, if answer is useful.

Thanks,

Vijay G