cancel
Showing results for 
Search instead for 
Did you mean: 

Employee Position

Former Member
0 Kudos

Hi

I needed to get a employee position text.

I have gone through PA0001 Table, there is a field called PLANS and its check table is T528B.

I cheked the T528B table, but I couldn't get the text field.

If the employee positon is accountant, I needed the text of 'accountant'

from where I will get it.

Regards

Sebastian

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Go to T-code SE11 and give table name "T528T" ( Position Texts )

SPRSL = "EN"

OTYPE = "S"

PLANS = ( here you need to give "position is accountant" )

And execute

After execution you can the record for "position is accountant"

In "PLSTX" field you can see "Position (Short Text)"

Former Member
0 Kudos

Thanks Vivek,

Now this is working fine.

Regards

Sebastian

Former Member
0 Kudos

Hi,

You have forgotten to give points ....give good points.

Cheers,

Vivek D. Jadhav

Former Member
0 Kudos

Thanks I have ticked solved problem radio button

Regards

Former Member
0 Kudos

HRP1000 table