简体   繁体   English

Sap 唯一员工编号

[英]Sap Unique Employee number

We are using an older version of SAP and don't have access to the database itself.我们使用的是旧版本的 SAP,无法访问数据库本身。

The version is SAP ECC 6.0.版本为 SAP ECC 6.0。

Can anyone tell me where I can find a unique employee Id/ number for an employee?谁能告诉我在哪里可以找到员工的唯一员工 ID/编号?

SAP No is no good as employees can have 2 positions and that would mean 2 different SAP numbers? SAP 否不好,因为员工可以有 2 个职位,这意味着 2 个不同的 SAP 编号?

Any help would be appreciated.任何帮助,将不胜感激。

Thanks谢谢

Your question is not really clear on what is the problem, and what you want to accomplish.你的问题不是很清楚问题是什么,你想完成什么。

I assume you're speaking about the HCM/HR module.我假设您在谈论 HCM/HR 模块。

An employee that belongs to several companies will possess several employeeid's.属于多个公司的员工将拥有多个员工 ID。 If an employee occupies two positions in the same company, it will have only one employeeid (field pernr in all infotypes tables).如果一名员工在同一家公司担任两个职位,则它只有一个员工 ID(所有信息类型表中的字段 pernr)。 However, it has two relationship with "S" objects (Job) in OM.但是,它与OM中的“S”对象(Job)有两种关系。

If you have an employee in several companies, you can create a solution.如果您有多个公司的员工,您可以创建一个解决方案。 There are a lot of ways to do so (as always with SAP).有很多方法可以做到这一点(与 SAP 一样)。 It depends also on what (sub) module you want to use ?这还取决于您要使用什么(子)模块? PA ?帕 ? OM ?哦?

In the first case, you could use a field of the IT0032 (badge for example), or create a shared infotype, with a GroupId / UniqId that is filled during infotype creation.在第一种情况下,您可以使用 IT0032 的字段(例如徽章),或创建共享信息类型,并在信息类型创建期间填充 GroupId / UniqId。

In the second case, you could use the "CP" object (central Person) in OM to get a relationship with all the P objects (person / employeeId) of the employee.在第二种情况下,您可以使用 OM 中的“CP”对象(中心人员)来获取与员工的所有 P 对象(人员/员工 ID)的关系。

It really depends on the HR Processes and the current customization of your SAP system.这实际上取决于人力资源流程和 SAP 系统的当前自定义。

SAP HCM has the transaction PA20 which display personnel data. SAP HCM 具有显示人员数据的事务PA20 Actually, the right name of transaction is: Display HR Master Data .实际上,事务的正确名称是: Display HR Master Data

  1. Execute PA20.执行 PA20。
  2. Look up the field you want.查找您想要的字段。
  3. Hit F1 over there.在那边按F1。
  4. Hit over hammer icon.击中锤子图标。
  5. Look up field name and table name.查找字段名和表名。

OR或者

to run SE16, accessing the table: PA0105 and column name: PERNR - Personnel number.运行 SE16,访问表: PA0105和列名: PERNR - 人员编号。

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

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