‎2006 Mar 01 6:04 AM
‎2006 Mar 01 6:18 AM
Hi Hamad,
Use report RPLMIT00 and in parameter "Employment status" specify '3' for active employees.
Hope this helps.
Thanks
Lakshamn
‎2006 Mar 01 6:10 AM
‎2006 Mar 01 6:14 AM
Dear Deepak,
now am create report to Employees list ok but not in group
now i need how to create any group in employees list.
thanks for any help.
Hamad
‎2006 Mar 01 6:14 AM
Hi,
select all the employees whose status is ACTIVE,
you can find the status of employee in PA0000, field is STAT2 (if STAT2 is 3 then employee is active).
is the above one you are looking or some thing else..
Regards
vijay
‎2006 Mar 01 6:19 AM
Hi Vijay,
now am a newbie really i need helpful please if you can.
Hamad
‎2006 Mar 01 6:28 AM
Hi Hamadelnil,
As Mr.Laxman Suggested you can check the Program <b>RPLMIT00</b> , in selection screen give employee status as 3 for active employees. it will list all the active employees.
or else you can use.
<b>slect *
from pa0000
into table it_pa0000
where stat3 = '3'.</b>
you need to give BEGDA and ENDDA also in your where condition, if you want to see for a particular period.
Regards
vijay
‎2006 Mar 01 6:30 AM
Hi Hamad,
U can get the employment status of an employee from PA0000 table(Infotype 0000) and the field is STAT2.
If the value for this field is 3..then ihe is active employee in the org.
When u want to show the list those are in active state..then go ahead this.
select pernr from pa0000 into table i_pa0000
where stat2 = '3' by checking begda and endda also.
Thanks
Eswar
‎2006 Mar 01 6:18 AM
Hi Hamad,
Use report RPLMIT00 and in parameter "Employment status" specify '3' for active employees.
Hope this helps.
Thanks
Lakshamn