cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori List Report displays identical records despite underlying CDS View containing distinct data

angeliev
Explorer
0 Kudos
479

Hello guys,

I'm facing an issue with my Fiori List Report App where it displays identical records, even though the underlying CDS View contains distinct data. I have verified that the data in the CDS View is correct, but the app still shows multiple rows with the same values for all fields. I suspect there might be a problem with data binding or the OData service configuration, but I haven't been able to pinpoint the exact cause.

As you can see on my screenshot from the CDS View, the data there is being read successfully from the database, but in the Fiori App it's not showing properly. Is there any annotation that I should add additionally for batching the data or what should I do so that it works?

Any help would be greatly appreciated!

Thank you!

junwu
Active Contributor
0 Kudos
check what the odata returns you.
hitesh2
Participant

Hi Angeliev

If you are using transaction SEGW for a gateway service, go to the properties of the entity types and set the keys correctly according to the CDS views.

 

 

View Entire Topic
angeliev
Explorer
0 Kudos

Hi hitesh2,

the issue was as you said in the primary key. Since I´ve chosen other primary key, the results are correct.

Thank you a lot for your response!

Best wishes
Angeliya