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

@Master Data

Former Member
0 Likes
438

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
Read only

Former Member
0 Likes
415

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
Read only

Former Member
0 Likes
415

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

Read only

Former Member
0 Likes
415

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.

Read only

Former Member
0 Likes
416

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