Symptom
Cannot Mask payComponentRecurring and payComponentNonRecurringt Value in Manage Business Configuration "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
- SAP SuccessFactors Employee Central
- SAP SuccessFactors HCM Core > Report Center
Reproducing the Issue
- Go to Manage Business Configuration "BCUI "
- Scroll down to payComponentRecurring
- Select paycompvalue then Detail
- Scroll to Marked = Yes
- Save
Message: Field paycompvalue of type double must not be masked
Resolution
Code
- Access back-end system (Provisioning or Via UI export: Succession Data Model "SDM" 3066117 - How to export Data Models?
Example payComponentRecurring: paycompvalue
<hris-field id="paycompvalue" visibility="both" required="true" showTrailingZeros="true" pii="true">
<label>Amount</label>
Example payComponentNonRecurring: value
<hris-field id="value" visibility="both" pii="true">
<label xml:lang="en-US">Amount/Percentage</label>
</hris-field>
</hris-element>
Test Result
See Also
- 2216586 - 'Masked' fields do not appear in Ad Hoc Reporting
- 2162838 - National ID Column is not visible in reporting
- 2385771 - Masking Number Sensitive Field Data in Employee Central
- 2162775 - How to mask National ID to be kept confidential - SuccessFactors Employee Profile
- 2464127 - Cannot Mask payComponentRecurring and payComponentNonRecurringt Value in Manage Business Configuration "BCUI"
Keywords
pii, Manage Business Configuration , BCUI, payComponentNonRecurring, payComponentRecurring, paycompvalue, value, Masked, PII , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , LOD-SF-EC-ADM , Admin Tools (EC Core only) , Problem