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? 

 

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos
Michael2B
Explorer
0 Kudos
Thanks for your suggestion with the custom entity. But i have a problem with this tutorial. For the Linked tutorial i have to do this tutorial first: https://developers.sap.com/tutorials/abap-environment-a4c-inbound-communication.html
Michael2B
Explorer
0 Kudos

And in This tutorial i have to create a "Communication Scenario", which i cant create in Eclipse in my system. The System i use is a S/4 Hana 2022 On Premise System.

Michael2B
Explorer
0 Kudos
I could answer my questions already myself, so you can ignore these. I just dont know how to delete comments.

Answers (1)

Answers (1)

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.