Symptom
Made some adjustments to the Performance Management feature settings by enabling or disabling certain feature toggles, and generated the feature settings audit report. This report accurately reflects changes for specific toggles under feature setting audit report, except for the 'Hide Delete Icon inside Form' feature.
Environment
SAP SuccessFactors HCM Suite
Reproducing the Issue
- Navigate to Change Audit Reports
- Create Configuration Data Report
- Select Feature Settings Audit Report
Cause
“Hide Delete Icon Inside Form” is not a Feature Enum so it’s out of Feature Setting Audit report scope. This setting is stored in DB table “SYS_CONFIG”.
Resolution
You may check the Hide Delete Icon Inside Form toggle enablement/disablement status from Data Inspector tool. It will show Last Modified By and Last Modified Date.
- Go to Data Inspector Tool
- Select Table_SYS_CONFIG
- Select Define criteria "System Config Key" Equals and HideFormDeletkey and click on Search Data to verify the value under the Valid column:
You will get the results on who enabled/disabled this feature last time.
See Also
2744431 - How to Create Change Audit Reports and What Reports are Available - SuccessFactors
3247466 - "Changed By User" of RBP User Role Change Report
Keywords
Feature setting audit report, the Performance Management feature settings audit report, Hide Delete Icon Inside Form, change audit , KBA , LOD-SF-PLT-AUDR , Request Audit Report (Not Change Audit) , Problem