Symptom
When generating a report on the description column of a Career Development Plan no data is returned.
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 Succession & Development
Reproducing the Issue
- Go to Reporting
- Create a Report on Development Goal Data
- Select the Development Goal Description column
- No data is returned
Cause
You have used a field id other than the pre-defined standard field id for description which is desc.
Example: <field-definition id="description" type="textarea" required="false" detail="false" viewdefault="on" showlabel="false">
Resolution
The field id desc is reportable by default, however if you used another field id for description (such as the example above) you will need to treat it like a custom reportable field.
Example: <field-definition id="description" type="textarea" required="false" detail="false" viewdefault="on" showlabel="false" reportable="field20">
Please see the KBA 2353207 and Wiki Article for further details on how to make custom field reportable within Career Development Planning.
Keywords
desc, description, not, reportable, adhoc, story, field, missing, report, blank, no, data, empty, null, missing, goal, objective, data, cdp, career, development, plan, planning, user, , KBA , LOD-SF-CDP-REP , Analytics & Reporting , LOD-SF-GM-REP , Reporting and Data Imports Exports , Problem