Symptom
Employee Central
Environment
Cannot Mask payComponentRecurring and payComponentNonRecurringt Value in Manage Business Configuration "BCUI"
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
Customer : Please contact Employee Central Support Engineering Team
SAP Internal Action:
As seen below Add pii="true" in the Succession Data Model "SDM"
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
Keywords
pii Manage Business Configuration "BCUI" payComponentNonRecurring payComponentRecurring paycompvalue value Mask , KBA , LOD-SF-EC-BCI , Manage Business Configuration (BCUI) & Data Models (XML) , LOD-SF-EC , Employee Central , Problem