简体   繁体   English

员工资格信息类型 0024

[英]Employee Qualification Infotype 0024

In transaction PA30 after you enter a Personnel Number and select Infotype 0024, it will display all the qualifications of that employee (if they have any).在事务PA30输入人员编号并选择信息类型 0024 后,它将显示该员工的所有资格(如果有)。

I want to create a report with 3 parameters ('Qualification group', 'Name' , 'Proficency' ) and after the user inserts data, to display all employees that have those skills.我想创建一个包含 3 个参数('资格组'、'姓名'、'熟练程度')的报告,并在用户插入数据后显示所有具有这些技能的员工。 If I access table PA0024, it has no entries, so my question is:如果我访问表 PA0024,它没有条目,所以我的问题是:

In which table (or where) can I find all employees with their qualifications?在哪个表(或哪里)可以找到所有具有其资格的员工? Any other suggestions on how to make this report would help.关于如何制作此报告的任何其他建议都会有所帮助。

As I recall, some qualifications can be stored in the PD tables.我记得,一些资格可以存储在 PD 表中。

  • Qualifications are objets type 'Q' stored in HRP1000.资格是存储在 HRP1000 中的对象类型“Q”。
  • Relations between an employee and its qualifications are stored into HRP1001.员工与其资格之间的关系存储在 HRP1001 中。 The field ADATANR of this relation is the key for an entry in table HRPAD31 (I think) which contains the rating of this employee for this qualification.此关系的字段 ADATANR 是表 HRPAD31(我认为)中包含该员工对该资格的评级的条目的键。

Others tables are T77TS (holds the Qualification IDs and text) and T77TP (holds the Qualification Scale IDs and Texts)其他表是 T77TS(保存 Qualification ID 和文本)和 T77TP(保存 Qualification Scale ID 和文本)

There are also function module in the function group "RHPP", such as RHPP_Q_PROFILE_READ (using P objects in the OBJECTS parameter)功能组“RHPP”中还有功能模块,如RHPP_Q_PROFILE_READ(在OBJECTS参数中使用P对象)

使用学习器作为输入,您可以执行 LSO_LEARNER_GET_CPROFILE_C 以获取不同的资格。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM