SAP Knowledge Base Article - Public

2732598 - Error Message Occurred While Importing Succession Data Model or Updating Manage Business Configuration (BCUI)

Symptom

You would receive an application error when Importing Succession Data Model.

The application error id would be accompanied by: Form data is invalid

The lengths of the following fields in the Standard elements exceed the max length: [loginMethod(8), empId(256), defaultLocale(32), reviewFreq(256), gender(2)]. The number in parentheses indicates the max length of each field.

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 HCM Core

Reproducing the Issue

Provisioning

Import  SDM Data Model

  1. Export Data Model from Provisioning
  2. Import the Data Model
  3. Error message

w011test.png

BCUI:

  1. Go to Manage Business Configuration
  2. View Default Local
  3. Maximum Length 

w01test.png

Resolution

BCUI:

  1. Go to Manage business configuration (BCUI)

example:

w0111test.png

Default local

w01141test.png

 

Provisioning Code:

  <standard-element id="loginMethod" max-length="8" required="false" matrix-filter="false">

    <label>Login Method</label>

    </standard-element>

defaultLocale:

 <standard-element id="defaultLocale" max-length="32" required="false" matrix-filter="false">

    <label>Default Locale</label>

 <label xml:lang="en-US">Default Locale</label>

  </standard-element>

 ReviewFreq:

 <standard-element id="reviewFreq" max-length="256" required="false" matrix-filter="false">

    <label>Review Frequency</label>

<label xml:lang="en-US">Default Locale</label>

  </standard-element>

EmpId

standard-element id="empId" max-length="256" required="false" matrix-filter="false">
<label>Employee Id</label>

</standard-element>

Gender

<hris-field max-length="2" id="gender" visibility="both" required="true">
<label>Gender</label>
<label xml:lang="en-US">Gender</label>
</hris-field>

Keywords

Data model, Succession data model, BCUI, Manage Business Configuration,Default Local,gender, Reviewreq, Maximum Length  , KBA , LOD-SF-EC-HRS , HRIS Sync , LOD-SF-EP , People Profile (Employee Profile / PP3) , Problem

Product

SAP SuccessFactors HCM Core all versions