cancel
Showing results for 
Search instead for 
Did you mean: 

Jop and position for person number

Former Member
0 Kudos

Hi all,

how is possible to have a list of job and position for a person number ?

Example: I have a person number 8006726. And for this person I want to know a list of job and position.

How I can know it ? there's some bapi or some MF ?

Tks a lot ..

bye

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

choose from below i am not sure of ur exact requiremnt.

C_S_S_P - List of all positions related to a job including holders

S_QUALI Requirements of positions, jobs

Q-Q Qualifications catalog

QALL All relationships to qualifications

QCAT_BAS Qualifications catalog (Basis: qual. groups and direct quals)

QGENERAL Generalizations of a qualification

QK-QK Qualification group hierarchy

QPRACT Qualifications that are in use

QREQPROF Read requirements profile (with inheritance and redefinition)

QSPEZIAL Specializations of a qualification

QUALCATA Qualifications catalog (complete)

QUALIALL Requirements for a position, job, work center, or task

QUALIFP Qualifications profile for persons, external persons, applicants

QUALIFS All special qualifications for position and job

as i said choose from tcode: ooaw the right evaluation path..if u dont find one ask the Hr consultant to create new one to suit ur requirements

Answers (1)

Answers (1)

Former Member
0 Kudos

use BAPI_ORGUNITEXT_DATA_GET with scenario ORGC using evaluation path P-S-O or choose evaluation path from tcode:OOAW

Import parameters -- Value

PLVAR

OTYPE P

OBJID 8006726

KEYDATE (give ur date here)

SCENARIO ORGC

EVALPATH P-S-O

EVALDEPTH 0

Former Member
0 Kudos

Tks for your reply,

it's useful, anyway there's an inchoerence:

from the BAPI is returned the following data:

1 0 P 00891253 2 1

2 0 S 50004023 3 1

3 0 O 50004019 0 0 0 2

P = 00891253 is my personal number, and 50004023 is a job for the personal number. So, i don't know

what is O 50004019 and there's no qualification...

Any idea ?

tks

Former Member
0 Kudos

O is the orgunit

C will be the job

Regards,

divya

Former Member
0 Kudos

TKS,

but why I don't found the qualifications ?

Former Member
0 Kudos

I believe the evaluation path you have entered does not give you qualifications details....... and neither C

Regards,

Divya