cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Push User Inputs from SAC to Data Warehouse Cloud

meghomallar_das
Participant
0 Kudos
291

Hello All Experts,


We have a requirement where we want to push few user inputs to data warehouse cloud from SAC dashboard. Is it possible provided we have only SAC BI license ?
Any suggestions would be highly appreciated.

Regards,
Megh
View Entire Topic
XaviPolo
Active Contributor

Without the planning license there is no way to save that data in SAC and read it back from DWC, so you have to call an external service.

If you are using Desginer, you can call that service using a custom component or calling the url of the service if it is a rest.

The service can be mounted as a micro API in BTP, or if it is a custom widget, on your server where you have the JS deployed (maybe a node.js or similar), and from there send the data to the exposed DWC schema for external access.

It's not right-click and save ... but it still gives you an idea 🙂