Message type: E = Error
Message class: CFD_REGISTRY_CHECK - Custom Fields: Messages for Registry Check
Message number: 220
Message text: Description fields not supported for CDS view &1 (due to group by clause)
Description fields are not supported in consumption view <(>&<)>1
(Annotation @VDM.viewType: #CONSUMPTION), which is used for oData
exposure (Annotation @OData.publish: true) due to the contained group by
clause.
All code like custom fields will have no additional description fields
within the resulting oData service.
The system issues an error message and will not allow you to continue with this transaction until the error is resolved.
Error message extract from SAP system. Copyright SAP SE.
CFD_REGISTRY_CHECK220
- Description fields not supported for CDS view &1 (due to group by clause) ?The SAP error message CFD_REGISTRY_CHECK220 indicates that there is an issue with the use of description fields in a Core Data Services (CDS) view when a GROUP BY clause is present. This error typically arises when you attempt to include fields in the SELECT list that are not part of the aggregation or grouping, which is not allowed in SQL.
Cause: The error occurs because: Description Fields: You are trying to select description fields (e.g., text fields) that are not included in the GROUP BY clause or are not aggregated. SQL Aggregation Rules: SQL requires that all selected fields in a grouped query must either be included in the GROUP BY clause or be aggregated using functions like SUM(), COUNT(), etc.
Solution: To resolve this error, you can take the following steps: Modify the CDS View: Ensure that all fields in the SELECT list are either included in the GROUP BY clause or are aggregated. If you need to
Get instant SAP help. Sign up for our Free Essentials Plan.
CFD_REGISTRY_CHECK219
Missing branch position &1 of branch &2 with direct union suffix &3.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CFD_REGISTRY_CHECK218
Position of direct union suffix &1 is different in branch &2 and &3.
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
CFD_REGISTRY_CHECK221
Usage of DDIC suffix &1 in structure &2 for Include &3 cause DDIC errors
What causes this issue? Usage of DDIC suffixes for Extensibility Includes is only possible if the longest possible field name does not exceed 30 char...
CFD_REGISTRY_CHECK222
Define if your Registration supports Custom Fields and/or DSExtensions
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.