‎2020 Nov 25 7:10 AM
Hi,
I am getting below error in consumption view when i try to include field list of composite view.
Cannot resolve name _del.deliverydoc for ODP ZTEST_COMP_IV.
Any suggestions.
‎2020 Nov 30 2:22 AM
Hello,
The issue is documented in KBA 2954170.
Please check note also:
2942198 - CDS Query is not automatically Regenerated after Generation Logic is Changed
Regards,
David
‎2022 Feb 07 7:27 AM
I assume this is a CDS view ( as opposed to a CDS view entity ) and you're trying to expose a CDS for reporting. I've seen this happen when I've done something to incorrectly define a field - as a consequence, it doesn't appear in the Analytic report. An example would be missing @DefaultAggregation annotations on numeric fields that you wish to sum.
See also report RSRTS_ODP_DIS and enter your CDS SQLViewName to see if there are issues. You'll see a section "Not included" for any problematic field and check the messages as they may help.
Cheers