sap - Employee Qualification Infotype 0024 -
in transaction pa30
after enter personnel number , select infotype 0024, display qualifications of employee (if have any).
i want create report 3 parameters ('qualification group', 'name' , 'proficency' ) , after user inserts data, display employees have skills. if access table pa0024, has no entries, question is:
in table (or where) can find employees qualifications? other suggestions on how make report help.
as recall, qualifications can stored in pd tables.
- qualifications objets type 'q' stored in hrp1000.
- relations between employee , qualifications stored hrp1001. field adatanr of relation key entry in table hrpad31 (i think) contains rating of employee qualification.
others tables t77ts (holds qualification ids , text) , t77tp (holds qualification scale ids , texts)
there function module in function group "rhpp", such rhpp_q_profile_read (using p objects in objects parameter)
Comments
Post a Comment