cancel
Showing results for 
Search instead for 
Did you mean: 

SAPUI5 CDS annotated cannot find DDIC

Szczerbowski
Active Participant
0 Kudos

Hi,

I have a List Report built on a CDS and use annotations to provide F4 value helps.
It works if the annotated subquery is 'normal', so a table sourced query.
But if I use an AMDP table function, to query a Hana-side virtual table, then I get:

CX_SADL_NO_DATA_FROM_DDIC
No data retrieved from ABAP dictionary for entity yyy

I cannot find any trigger point for that exception or message SADL_ENTITY-001 so I can't debug what exactly is missing.

View Entire Topic
Szczerbowski
Active Participant
0 Kudos

Hi,

I have system A with a some tables A1, and A2, on which I created CDS A3_V.

Then I used SDA to get a virtual source on system B: A3_V --> B1_V

Then I created an AMDP and a table function to query that view (since it's only hana-side): B2_AMDP & B2_TF

Which I used in a CDS B3_VALUEHELP

That is consumed by Fiori in CDS B4_CDS_UI5.

So if in that last one B4_CDS_UI5 I reference B3_VALUEHELP it complains that B3 has no DDIC data and the whole Fiori app does not load.

Which one do you want me to check? I guess maybe it's about missing annotations in B3_VALUEHELP, or missing authorization to the hana-side objects?

Can't really see where i should even start debugging.