Symptom
Records are not showing up in HRSFI_RCT_HIRE//HRSFI_ONB_HIRE tcode eventhough entry records exist in staging log table.
Environment
- Integration Add-On 2.0 for SAP ERP HCM and SuccessFactors HCM Suite
- Integration Scenario for Recruiting
- Integration Scenario for Onboarding
Cause
Missing authorizations.
Resolution
Basically the authorization check in transaction HRSFI_RCT_HIRE//HRSFI_ONB_HIRE is done based on the mapped data for the candidates in fields WERKS, PERSG, PERSK. In case these fields are empty for the candidates, then the authorization check fails.
The class where this check occurs is just a fallback class for BAdI HRSFI_B_AUTHORITY_CHECK. You could create your own BAdI implementation that fits directly to the specific authorization setup. There are so many permutations in authorizations that we can’t code anything in a generic way.
Keywords
KBA , PA-SFI-TM , Integration with SuccessFactors BizX Talent Management , Problem