cancel
Showing results for 
Search instead for 
Did you mean: 

One emloyee more positions

Former Member
0 Kudos
83

Dear all,

how can I display in PA if somebody has more positions at the same time? In PA20 only one assignment appears (and a warning message that this person has more position).

Is it possible to get this info via ad-hoc query?

regards,

Daniel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Daniel,

Instead of ad-hoc query, u should ask ur Abap Programmer to build a function which gets all the Positions information of an employee which is stored in table HRP1001 . The inputs to the Function i.e. FM should be the employee no and the date and the output should be the Position No, Job and Org Unit.

Hope it helps.

Jay Gandhi

suresh_datti
Active Contributor
0 Kudos

You can also take a look at the Staff Assignments Report ie Tcode S_AHR_61016503.

~Suresh

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Daniel,

You can display this information using ad-hoc query but you have to use logic database PCH. If you use logic database PAP you will not be able to display information about other positions since only one (the one with the highest staffing percentage) is saved in table PA0001.

Regards,

Rodrigo

Former Member
0 Kudos

Hi Rodrigo!

Thanks for your answer. Now I can report that to my bosses.

regards,

Daniel