SAP Knowledge Base Article - Public

3226847 - Steps To Remove Deprecated HRIS Elements From Employee Central Succession Data Model

Symptom

  • There are deprecated HRIS Elements in Succession Data Model, which do not have any functionality tied to it. The list of such HRIS Elements are present in the table below.
  • This KBA outlines the steps to remove these deprecated HRIS elements via provisioning.
HRIS Elementhris-element id
Direct DepositdirectDeposit
Leave Of AbsenceleaveOfAbsence
Name InformationnameInfo
Payroll InfoPayrollInfo
Work EligibilityworkEligibilityInfo
Compensation AdjustmentcompAdjustment
Job Information LocaljobInfoLocal
Bonus InformationbonusInfo
Hire InformationemployeeStatus
Employee ProfileemployeeProfile
Talent SearchtalentSearch
Employee ScorecardemployeeScoreCard
Sys User Directory SettingsysUserDirectorySetting
Position Org ChartpositionOrgChart
Sys Mapping Data TypessysMappingDataTypes

Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.

Environment

SAP SuccessFactors Employee Central - Data Model

Resolution

  • From 1H 2023 release, there will be a dedicated Check and Quick fix in the Check Tool (Check Id: ReportDeprecatedHRISElementErrors). Using that Administrators can validate and identify configuration issues in the Manage Business Configuration page, and take corrective actions using the Quick fix. (Refer enhancement ECT-206710 in What's New Viewer)
  • Until 1H 2023 is deployed in the instance, please follow the below steps in order to remove the deprecated HRIS elements.
  1. To remove the deprecated HRIS Elements, go to Provisioning page of the company.
  2. Go to Import/Export Data Model page.
  3. Export existing Succession Data Model and open file in your preferred text editor.
  4. Remove the deprecated HRIS Elements.
    1. For example, you want to remove the element ‘Direct Deposit’.
    2. Go to text editor and search for ‘<hris-element id="directDeposit">
    3. You will the find the configuration

      <hris-element id=”directDeposit>
      ...

      </hris-element>
    4. Delete these lines from configuration.
    5. Search for HRIS Element references using keyword ‘<hris-element-ref refid="directDeposit">
    6. You will the find the configuration:
       <hris-element-ref refid="directDeposit">


      </ hris-element-ref >
    7. Delete these lines from configuration.
  5. Repeat Step 4 for all HRIS elements mentioned in the table. (Note: Some of the HRIS elements mentioned may not be present in data model, therefore you can ignore those)
  6. If after deletion your configurations for hris-sync-mapping, edit-template, my-filter and dg-filter does not have any child elements. Please ensure to remove these empty configurations. Example:
     <hris-sync-mappings>
    </hris-sync-mappings>
  7. Save the configuration and upload it.
  8. Verify that ‘Synchronise Business Configuration’ Job is completed successfully.
      1. In Provisioning -> Navigate to ‘Monitor Job’ page.
      2. Filter by the job ‘Synchronise Business Configuration’.
      3. Make sure it has run and completed successfully.
  9. How to verify deletion of deprecated HRIS Element configuration?
    If you had the HRIS Element ‘directDeposit’ configuration in Manage Business Configuration, it will be deleted after the upload of corrected succession data model.

Note:

  • The deprecated HRIS elements, other than 'directDeposit' will not be shown in Manage Business Configuration (BCUI), but only available in the data model. Therefore, to remove these deprecated HRIS elements from the data model, please reach out to your Implementation Partner.
  • If the directDeposit is still showing in BCUI, please check in provisioning > Company settings if Enable new Payment Information switch is enabled. If this is the case, directDeposit cannot be deleted.

    As a workaround: Please turn off of the switch and run the Succession Data Model upload and turn the switch back on in Provisioning

Keywords

Deprecated, HRIS Elements, directDeposit, leaveOfAbsence, nameInfo, PayrollInfo, workEligibilityInfo, compAdjustment, jobInfoLocal, bonusInfo, employeeStatus, ECT-174278, ECT-212409, ReportDeprecatedHRISElementErrors, ECT-213464, ECT-206710 , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , How To

Product

SAP SuccessFactors Employee Central all versions

Attachments

Pasted image.png
Pasted image.png
Pasted image.png