A new feature has been added to the employee replication from Employee Central to Cloud for Customer.
Before 1608 organizational units were automatically generated in C4C for the manager assignment. Starting from 1608 there is a new Business Configuration option

that gives you more control over this:
- If this option is NOT scoped, organization units for manager assignment are automatically generated as before.
- If this option IS scoped, employees are created in C4C without any organization unit assignment. Org units can be manually assigned in this case.
- If this option IS scoped AND BADI “MapECemployeeToC4COrg” is implemented, then employee will have the org unit assignment per BADI implementation. The BADI is called per employee record. (BADI is the Acronym for “Business Add-In” aka “Enhancement Implementation” in SAP Cloud Applications Studio, please find more details in the documentation
https://help.sap.com/saphelpiis_studio_1608/studio_od_1608.pdf, chapter 8.4.3.)
Here a sample implementation of the BADI
