Symptom
How to create a Custom field when Person Type is Enable In (BCUI)
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental.“
Environment
Employee Central - Manage Business Configuration In (BCUI)
Resolution
Whenever customer adds fields in jobInfo and if jobInfo_employee exists and if he wants those fields to be displayed for employee he needs to add those fields in jobInfo_Employee also explicitly.
Step 1: Go to Manage Business Configuration (BCUI)
- Scroll down to jobInfo
- Add Custom field base on (Guide: Data Object Tables in Employee Central)
Example:
- custom-string23= Sub Function 1
- Field Visibility: Edit
Via Data Model - 3066117 - How to export Data Models?
SDM Code:
<hris-field max-length="256" id="custom-string23" visibility="both">
<label xml:lang="en-GB">Sub Function 1</label>
</hris-field>
Step 2: Go to Manage Business Configuration (BCUI)
- Scroll down to jobInfo
- expand and click on:Select jobInfo_employee
- Add above Custom Field (Same Visibility)
Example:
- custom-string23= Sub Function 1
- Field Visibility: Edit
Step 3: Grant permission (RBP)
Step 4: Go to any test user Job information page
FAQ - Additional Information
Q) Where can I get Guide?
A) Guide:Setting Up and Using Business Configuration UI (BCUI)
Chapter:
See Also
Keywords
custom field, Element, Person Type, jobInfo_employee, INC0646268, Manage Business Configuration, BCUI, Configuring Global Person Type in Business Configuration UI, How to create a Custom field when Person Type is Enable, Configuring Country/Region-Specific Person Type in BCUI , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , How To