Symptom
--> Currently coordination with SF team about country coding/mapping
When running RH_SFI_SYNCHRONIZE_EMPL_DATA (Synchronize report from SAP ERP to SFSF BizX) , the country code information is mapped to the country text name. For example:
Germany Country -> "DE" country is mapped to string "Germany"
You want to change the country mapping to use three letter ISO code Mapping ("DEU", for example)
Environment
- Integration Add-On for SAP ERP HCM and SuccessFactors HCM Suite
- Integration Scenario for Employee Synchronization
Cause
In SAP standard delivered code, the Country code is mapped to the country string name only.
Resolution
If you need to enhance the country mapping, you can implement BaDI HRSFI_B_EMPL_DATA_REPLICATION (IF_HRSFI_EMPL_DATA_REPLICATION)-> method GET_COUNTRY
Keywords
KBA , PA-SFI-TM , Integration with SuccessFactors BizX Talent Management , How To