cancel
Showing results for 
Search instead for 
Did you mean: 

find all the active employees

Former Member
0 Kudos

Hello All,

I am to output all employees based on 2 criteria

1. I should include all active employees even if they are not in pension scheme.

2. Lets say If i m generating report for month of august then I should also include the retired or terminated employees who have been retired or terminated earlier but a late payment has been made in month of august.

Please let me know if I am not making myself clear.

thanks,

RS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can find out all the active employees by checking the STAT2 field of 0000 infotype EQ '3'.

How have you configured the retired and terminated employees?

If it is through Employee grouping get it from 0001 infotype.

Hope this helps you.

Regards,

Subbu.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Reena,

Let me answer your question in points as you have mentioned.

1. Fetch the active (3) employees from the Status field in IT 0000 - Actions.

2. First fetch the active(3), retiree(2) and withdrawn(0) employees based on the status field in IT 0000. Then for retiree and withdrawn employees see if the last action executed was Resignation and Termination. After this fetch the payroll results using GET PAYROLL and check if these retired and terminated employees have any payments done for this month.

Award points if of any help.

Thanks,

Kajal Srivastava