Symptom
When Updating some user Job or Compensation Information, Event Field and ID are displaying in their Job or Compensation History page
"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
Reproducing the Issue
Example
- Go to test user Compensation information
- Updated compensation information
- Save
- Go to test user History page
Result: Field Event and Number is Displayed
Cause
Via UI
- Go to BCUI-JobInfo
- select change-reason
- detail: visibility="both
Via Provisioning
- Go to Provisioning and Export Succession Data Model
- Scroll down to Compensation Info or Job Info
<hris-field max-length="256" id="change-reason" visibility="both">
<label>Event</label>
<label xml:lang="en-GB">Event</label>
</hris-field>
Resolution
Via UI
- Go to Manage Business Configuration BCUI-Compensation Info or Job Info
- Select change-reason
- click Detail: enable: NO - visibility=none
Via Provisioning
- Go to Provisioning and Export Succession Data Model
- Scroll down to Compensation Info or Job Info
- Select :change-reason
Code:
<hris-field max-length="256" id="change-reason" visibility="none">
<label>Event</label>
<label xml:lang="en-GB">Event</label>
</hris-field>
Test: Go to Test user Job History
- Go to test user Compensation information
Result: Field Event and Number has been removed
FAQ - Additional Information
Q) Where can I get information on this from the Guide?
See Also
2352137 - Event is showing in Compensation Information History Page with Format "Event:#EMPFILE_HRIS_CR_UNSPECIFIED" .
Keywords
History of Job Information, Picklist, Event, Job Information, Compensation Information, Option ID, change-reason, Event in Comp info, Compensation information History, History of Compensation information, EMPFILE_HRIS_CR_UNSPECIFIED, visibility, none , KBA , LOD-SF-EC , Employee Central , LOD-SF-EC-JOB-EVN , Events, Derivation & Employee Status , Problem