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: 

CDS View for Dynamic Fiori Tile Info

Thandu
Explorer
704

Good Day Colleagues

I've followed a blog in order to create a CDS View for providing dynamic data to a fiori tile: ttps://blogs.sap.com/2015/03/06/create-dynamic-app-launcher-fiori-tile/

The CDS view is defined to return a response in the following format: https://help.sap.com/docs/ABAP_PLATFORM_NEW/a7b390faab1140c087b8926571e942b7/615b207f54104736bd5bb6e...

The problem is that i get an error when activating the CDS View: "NUMBER is a reserved word; choose another word"

I'd like to find out what is the work-around for this?

2 REPLIES 2

SeshaP
Participant
635

Hi,

Number is a reserved word we can't use it for column names. Change column name of NUMBER to something else and see.

Thank you

carmine
Explorer
0 Kudos
635

I have the same problem (Number is a reserved word). How can I get the OData for the Dynamic Tiles to work?