cancel
Showing results for 
Search instead for 
Did you mean: 

Replicating Employees from ERP to C4C

Former Member
0 Kudos

Hi Experts,

we are replicating Employees from ERP to C4C. As middleware we are using the SCPI (HCI). In the Mapping is an flag that is setting the User as active or inactive. In the initial load we want to set the Users as inactive and later activate SOME of them manually in C4C. So I could set the flag (UserAccountInactivIndicator) as true with a Constant. But the problem is, if I activate an User in C4C and then make an update, this actived User would be set as inactive again.

Is there a way to check the Status of an User, so that only new User would be set as inactive and the status of existing Users would not be maintained?

Communication Scenario: Employee Replication using Intermediate Staging Area from SAP Business Suite

Best Regards, Alexander

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member87164
Active Contributor
0 Kudos

Hi Alex,

restrict the initial load for Employees from ERP to via HCI C4C. You can select only the employees which you want to replicate to C4C and trigger the initial load for them.

More information Please visit the below link

https://blogs.sap.com/2016/08/05/employee-replication/

Br,

Keshav

Former Member
0 Kudos

Hi Keshav,

but we want to replicate almost all Employees. But not all of them should have an User.

Regards,

Alexander

guilherme_steyer2
Active Participant
0 Kudos

Hi Alexander,

Is not an option to just set the UserAccountInactivIndicator for the initial load and then remove it from Midleware?

Regards,

Guilherme Steyer

Former Member
0 Kudos

Hi Guilherme,

when I do not set the flag in the mapping (just delete the mapping for this flag) the c4c set this as false and the User is active.

Regards,

Alexander