cancel
Showing results for 
Search instead for 
Did you mean: 

Expose a data from HANA to SAP FIORI Except using ODATA Service

former_member383962
Participant
0 Kudos

Hi Experts

I want to expose a data from HANA db to an Fiori app. Already I'm using ODATA service. Except ODATA Service is there is anyway to expose a data to SAP FIORI APP.


Thanks in advance....

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

What exactly do you want to do that ODATA doesn't? That would help to answer your question. There are other options, but OData is genreally the best starting point for such sceanrios.

former_member383962
Participant
0 Kudos

Hi thomas.jung3 ,

We getting data from sensors and stored into the HANA.. We are creating ODATA service against the table and using it in fiori app... Data from sensors are streaming in continuously and i want to stream out a data continuously.. but the ODATA URL captures the newly inserted record when i refresh the URL... how can i view the data WIthout refreshing URL...???

SergioG_TX
Active Contributor
0 Kudos

another way would be to use a server side API in the XS engine - XSJS or nodejs code to expose data via GET/POST, etc.