cancel
Showing results for 
Search instead for 
Did you mean: 

How to show custom Data in a Fiori App (RAP)

Michael2B
Explorer
0 Kudos

How can i show Data in a Fiori List App, when the Data is not in a Database. Every tutorial i did for SAP Fiori Apps included CDS Views, which only showed Data from a Database.

So Is there any way to show Data in the List App when the Data is not in a Database? 

 

View Entire Topic
Abdul_Malik51
Explorer
0 Kudos

Yes, You can create a custom table and custom data in class implementation.

Please refer to this link, It has detailed steps

https://developers.sap.com/tutorials/abap-environment-persistence.html

Michael2B
Explorer
0 Kudos
Thats not exactly what i meant. In the Tutorial you linked, the Fiori List App just shows Data which is in a Database. Yes you can write a abap class and add Data to that Data Table manualy, but i want to change the Data in the Fiori App, when someone searches for something in the Fiori List App.