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

HR table

Former Member
0 Likes
1,110

Hi,

from which HR table I could get data about date, when employees started working in company?

Regard,

Joanna

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,072

HI,

you can check pa0000 where massg = value of new hire (06)

reward points if helps...

james

8 REPLIES 8
Read only

Former Member
0 Likes
1,073

HI,

you can check pa0000 where massg = value of new hire (06)

reward points if helps...

james

Read only

peter_ruiz2
Active Contributor
0 Likes
1,072

hi Joanna,

look at table PA0000

Read only

Former Member
0 Likes
1,072

pa0000 (actions) and pa0041(date specification) both we cna see the date specificatiobns of employee ..

rewardspoint si usefull

regards

sas

Read only

former_member386202
Active Contributor
0 Likes
1,072

Hi,

Check table PA0000, PA0002

Regards,

Prashant

Read only

Former Member
0 Likes
1,072

You can get it from PA0041 (Date Specifications).

Get the date of Date type P1(Hiring Date). It's the default data type of SAP, unless you have customized data type for hiring date.

This table has repetitive stucture so be careful of getting dates from it. Each date stored in a single record may have different meaning such as hiring date, tenure date, separation date, date of rehire, etc. Consult first to what data type is assigned to hiring date before retrieving it.

Hope this will help.

Read only

Former Member
0 Likes
1,072

Hi,

So it could be PA0000-BEGDA? Is date when employee was hired?

regards,

Joanna

Read only

gabriel_braun
Explorer
0 Likes
1,072

Joanna,

The field name is PA0016-EINDT Initial Entry

Good Luck

Gabriel

Read only

0 Likes
1,072

In my database this field is empty, I use PA0000-BEGDA with conditions MASSN = 'C1' and MASSN = 'C1' and it allows me receiving correct date.

Thanks all for help.

Regard,

Joanna