Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error : Cannot resolve name in CDS

former_member594288
Participant
0 Likes
2,076

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.

2 REPLIES 2
Read only

DavidLY
Product and Topic Expert
Product and Topic Expert
0 Likes
1,436

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

Read only

wilbertsison
Active Participant
0 Likes
1,436

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