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: 

@Master Data

Former Member
0 Kudos

Can a single Position Number be occupied by multiple User ID's eg. pernr's?

What table stores the Position Number?

And how do u determine whether an Employee is active/retired thru a table?

1 ACCEPTED SOLUTION

former_member208856
Active Contributor
0 Kudos

Hi,

check table PA0001 for Position numbers, field is PLANS.

For Employee active or not

check table PA0000 for Status , field is STAT2

Reward points, if helpful,

Sandeep kaushik

3 REPLIES 3

Former Member
0 Kudos

A position can be assigned to multiple PERNRs with that depends on position attributes..

table HRP1000 stores all Position numbers..

We can check table PA0000 for employee status.. whether emp is active or not...

Regards

Prax

Former Member
0 Kudos

Hi Anand,

Yes single position can be occupied by many pernrs.

P0001 table PLANS field stores the position.

P0003 table ABRSP field - if the user is not locked he is active.

Reward points if useful,

Aleem.

former_member208856
Active Contributor
0 Kudos

Hi,

check table PA0001 for Position numbers, field is PLANS.

For Employee active or not

check table PA0000 for Status , field is STAT2

Reward points, if helpful,

Sandeep kaushik