cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Design Studio real time dashboard using RDA in BW

Former Member
0 Kudos

Dear Experts,

We are using RDA to fetch data in BW. The daemon is running and refreshing the data in every 1 min in a DSO. The query is fetching data from DSO.

We have created a dashboard in SAP Dashboards and we have an option to refresh the query every 1 min. Now we want to migrate the dashboard to SAP Design Studio. We tried using TIMER component. But dashboard is not getting refreshed. We tried with loadDataSource() and reloadData() methods inside TIMER component .timerscript.pngbackgroundprocessing.png

I have searched in SCN regarding this, but not much help available.

https://blogs.sap.com/2015/03/29/building-real-time-visualizations-with-design-studio-and-sap-event-.../

https://blogs.sap.com/2014/12/15/real-time-and-near-real-time-streaming-using-sap-esp-sap-hana-and-s.../

Environment Details:

SAP Design Studio 1.6 SP2

SAP BW on HANA 7.4

Any inputs are highly appreciated.

Regards,

Rakesh K

Accepted Solutions (1)

Accepted Solutions (1)

TammyPowlas
Active Contributor
0 Kudos

Hi - please watch this YouTube from SAP about building realtime dashboards - it is more recent relevant content - https://www.youtube.com/watch?v=wFjderwLZlE

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks Tammy. Really appreciate the response.

I was doing the same except one thing. I was stopping the timer. After removing stop() statement, it worked perfectly.