‎2008 Apr 09 10:02 AM
Hi,
from which HR table I could get data about date, when employees started working in company?
Regard,
Joanna
‎2008 Apr 09 10:06 AM
HI,
you can check pa0000 where massg = value of new hire (06)
reward points if helps...
james
‎2008 Apr 09 10:06 AM
HI,
you can check pa0000 where massg = value of new hire (06)
reward points if helps...
james
‎2008 Apr 09 10:08 AM
‎2008 Apr 09 10:15 AM
pa0000 (actions) and pa0041(date specification) both we cna see the date specificatiobns of employee ..
rewardspoint si usefull
regards
sas
‎2008 Apr 09 10:29 AM
‎2008 Apr 09 10:32 AM
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.
‎2008 Apr 09 1:14 PM
Hi,
So it could be PA0000-BEGDA? Is date when employee was hired?
regards,
Joanna
‎2008 Apr 09 3:29 PM
Joanna,
The field name is PA0016-EINDT Initial Entry
Good Luck
Gabriel
‎2008 Apr 10 10:21 AM
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