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

emp tables

Former Member
0 Likes
763

Hi all,

Can anybody tell in which table emp joindate field

available.

thank u.

1 ACCEPTED SOLUTION
Read only

former_member628175
Active Participant
0 Likes
727

Hi ,

there is one FM available for that .

FM RP_GET_HIRE_DATE

Get the joining date of the employees

CALL FUNCTION 'RP_GET_HIRE_DATE'

EXPORTING

persnr = it_overseas-empno

check_infotypes = '0000'

IMPORTING

hiredate = it_overseas-doj.

Regards ,

Shounak M.

6 REPLIES 6
Read only

former_member628175
Active Participant
0 Likes
728

Hi ,

there is one FM available for that .

FM RP_GET_HIRE_DATE

Get the joining date of the employees

CALL FUNCTION 'RP_GET_HIRE_DATE'

EXPORTING

persnr = it_overseas-empno

check_infotypes = '0000'

IMPORTING

hiredate = it_overseas-doj.

Regards ,

Shounak M.

Read only

Former Member
0 Likes
727

Table: p0016.

Regards,

Ravi

Read only

sridharreddy_kondam
Active Contributor
0 Likes
727

Hi Naveen,

Check this Table <b>PA0016</b> and filed <b>BEGDA</b>

Regards,

Sridhar

Read only

Former Member
0 Likes
727

hi

good

check with these tables

T501 Employee group

T503 Employee group, subgroup

T503K Employee subgroup

thanks

mrutyun

Read only

Former Member
0 Likes
727

Hi,

the above suggested FM <b>RP_GET_HIRE_DATE</b>, will give the Hire date of the employee. check it.

Regards

vijay

Read only

Former Member
0 Likes
727

Hi naveen,

1. in which table emp joindate field

The table is PA0000

2. Further, we have to filter for

PERNR = required pernr

MASSN = '01' (for hiring action)

3. BEGDA will be the joining date

regards,

amit m.