cancel
Showing results for 
Search instead for 
Did you mean: 

CP object B209 relationship not created for the New Pernr

Former Member
0 Kudos

Hi

we are creating New employee with HR_MAINTAIN_MASTERDATA function module and also able create all the Infotypes related that pernr , But No CP object with B209 realtion is not creating for that Pernr in HRP1001 .Do you have any ideas to solve this issue.

Thanks in advance

Gopal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gopal,

Report RPU46CX_CENTRAL_PERSON_ONLINE can be executed to created the missing CP relationship ( B209) for the pernrs.

Go to SE38 and execute

You can also check OSS note 987505 regarding central person not being created sometimes.

Thnks

Former Member
0 Kudos

Hi

this was working if created new employee using BDC screens. so configuration ok.

when try to execute RPU46CX_CENTRAL_PERSON_ONLINE , its dumping.

thanks

Gopal

Former Member
0 Kudos

Hi Gopala,

R U talking about Object CP (central person). It is nothing but Global ID. You need to set few steps to activate Global ID.

Global ID means- one person will have multiple PERNR but unique Global ID. Generally it is applicable for multi country roll out project to have uniqu ID. Also you can use for one country when PERNR will be chnaged based on personal area or company code change.

I am just explaining with Example.

We have multi country roll out project for Country US, Canada, UK, Ireland, France, and so on. Requirement is when person will move from one country to other as Hiring expat/Inpat, different PERNR will be generated but Global ID will be same. In my case, if Canada employee is going to US, then we need to perform Long term absence action in Home Country Canada so that employment status will be Inactive, (You can also perform termination action in home country). Then Hire same person in Host country in US. While Hiring in other Country for existing PERNR, system will pop up one screen with 2 options New contract & Execute Infogroup. You click on new contract so that system will generate next availability PERNR in US but Global ID will not chnage. Global ID can be store in IT0709.

While coming back from US to Canada, you need to perform Return from long term absence so that employment ststu will be active in home country.

To active Global ID, you need to do following set up.

1. Go to Table T77s0 > maintain below switches.

CCURE ADDCO X Further Pers.Assignmnt or Processing of Info Group

CCURE GLEMP X Management of Global Employees

CCURE MAINS X Concurrent Employment Main Switch

CCURE PAUIX X CE Master Data User Interface Enhancements

CCURE PIDGN 1 Generation Rule PERSONID

CCURE PIDSL X Selection with PERSONID

2. Activate one switch technically like below.

Technically- Go to Tcode > SE24 > CL_HRCE_MASTERSWITCHES > double click on CHECK RELEASED then activate ceis_released =True by deleting *.

Then Global ID field will be activated. let me know if you have any question on this.