Application Development 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: 

Few queries on HR tables

Former Member
0 Kudos

I want to make one sapscript where i can display employee id,name,date of joining,department and payroll.For that i think have to map like this

employee id - pernr of PA0000

employee name - ename of PA0001

date of joining - begda of PA0000 where massn is 'HIRING'

department - organizational unit from PA0001 and relate it to hrp1002 and hrt1002

payroll - I will do later,using functional modules.

my doubt is that massn consists of numbers,i dont which number relates to 'hiring' and dotn have organizational unit in both the tables hrp1002 and hrt1002.So can anyone tell me which number in massn relates to 'hiring' and how to get department name.

thanks in advance.

4 REPLIES 4

Former Member
0 Kudos

Hi,

For the Action Hiring, Always MASSN = 01

For Dept Description:

PA0001-ORGEH match up with T527X (Text for Org unit)

-- Manoj Chacko

SAP HCM Consultant

Intelligroup Inc

Former Member
0 Kudos

The value of MASSN that relates to the action of Hiring depends on your orginization. In my shop we have multiple alphanumeric codes that relate to hiring.

Former Member
0 Kudos

Hiring should be the first ACTION, how can you perform other actions without HIRING ? Other actions depend on HIRING.

Assigning code 01 may be optional, you can check the table

T529T

INPUT :

-


MASSN = '01' VARIABLE HERE 01

SPRSL = 'EN' ---> LANGUAGE

-


OUTPUT

MNTEXT = 'HIRING' --> OUTPUT

manubhutani
Active Contributor
0 Kudos

HRp tables are for OM

u can find org unit in pa0001-orgeh

massn is action

got to table pa0000

on massn press f4

u can see like 01 for hiring..

let meknow in case of issue

please reward points