In Employee Central, organizational assignments are stored in the employees' employment information.

The employee in this example has the following organizational assignments:
Position: Production Director
Business Unit: Products
Division: Manufacturing
Department: Production US
Cost Center: BestRun Research & Development
Supervisor: Mya Cooper
Job Classification: Management & Planning
Organizational assignments from Employee Central correspond to the following organizational assignments in SAP S∕4HANA:
Employee Central | SAP S∕4HANA |
---|---|
Business unit assignment | Relationship of employee position (object type S) to organizational unit (object type O) |
Division assignment | |
Department assignment | |
Job classification assignment | Relationship of employee position (object type S) to job (object type C) |
Position assignment | Relationship of employee's personnel number (object type P) to position (object type S) |
Cost center assignment | Relationship of employee position (object type S) to cost center (object type K) |
Supervisor assignment | Relationship of employee position (object type S) to manager position (object type S) |
In the SAP S∕4HANA system, the position (object type S) is the central object. All assignments are related to the position of an employee. By default, the position is linked to the following objects in the Relationships (1001) infotype.
If necessary, you can also use other relationships. You can configure them either for the replication of organizational assignments or for the replication of organizational objects from Employee Central. If you create other relationships, the relationship names and IDs differ from the default names and IDs listed here.

Object | Object Type | Default Relationship Name | Default Relationship ID |
---|---|---|---|
Personnel number | P | Holder | A008 |
Organizational unit | O | Belongs to | A003 |
Job | C | Is described by | B007 |
Cost center | K | Cost center assignment | A011 |
Manager position | S | Reports (line) to | A002 |
The default relationships are stored with the following group and subgroup entries in the T77S0 table.
Group | Subgroup | Value | Value Description |
---|---|---|---|
PPREL | SPREL | A008 | Holder |
PPREL | SOREL | A003 | Belongs to |
PPREL | CTREL | B007 | Is described by |
PPREL | KOSTA | A011 | Cost center assignment |
PPREL | SUPVA | A002 | Reports (line) to |
You can configure what data is replicated from SAP SuccessFactors Employee Central to reflect the organizational assignments of your employees in the SAP S∕4HANA system.
In the SFSF EC INTEGRATION (PA_SE_IN) add-on, the replication of organizational assignments wasn't configurable. The way position relationships were created in the SAP S∕4HANA system was based on the employee's job information and job relationships in Employee Central and was hard-coded. You were able to influence the behavior only by implementing a Business Add-In (BAdI).
In the SFSF EC S4 HCM INTEGRATION (ECS4HCM) add-on, you can make entries in the following customizing activities to configure how position relationships are created:
Select Position to Be Used for Relationship to Personnel Number
Define Relationship Mapping for Position
Define Job Relationship Mapping for Position
When the Select Position to Be Used for Relationship to Personnel Number customizing activity has entries, SAP S∕4HANA uses the configurable replication of organizational assignments. This has the following effects:
The SAP S∕4HANA system ignores the following constants in the customizing activity Maintain Constant Values for Data Replication from EC:
EC to ERP: Omit Position-Job Rel. in Non-Config. OrgAssignm
EC to ERP: Omit Pos.-Cost C. Rel. in Non-Config. OrgAssignm
EC to ERP: Omit Pos.-Org Unit Rel. in Non-Config. OrgAssignm
EC to ERP: Omit Pos.-Manager Rel. in Non-Config. Org Assignm
To exclude position relationships from the replication of organizational assignments (in particular, if you've configured the replication of organizational objects to create the relationships), don't configure them in the customizing activities Define Relationship Mapping for Position or Define Job Relationship Mapping for Position.
The SAP S∕4HANA system doesn't call the BAdIs Enhancements for Adapting Employee Organizational Assignment (EX_SFIOM_ADAPT_EE_ORG_ASSGNMNT) and Enhancements for Adapting Employee Organizational Assignment Request (EX_SFIOM_ADAPT_EE_ORG_ASS_REQ).