cancel
Showing results for 
Search instead for 
Did you mean: 

Export data real-time from SAP Design Studio Dashboard to SQL Server?

08-23-2018 4:58 PM
1135 views 5 comments Go to solution
0 Likes
SAP Managed Tags
Subscribe

Is there a way to export data from a dashboard to a SQL Server real-time?
Planning application only allows me to send data to SAP BW and not to other data sources.
I have thought about using ABAP DataBase Connector or DB Multiconnect but I can't execute them through the dashboard.

0 Likes

Accepted Solutions (1)

Accepted Solutions (1)

MustafaBensan
SAP Champion
SAP Champion

Hi Ankit,

I would recommend that you carefully evaluate the true business value of such a use case because implementing it will result in a high complexity, high maintenance solution. If you must implement it then a straw man approach could be as follows:

1. Create the SDK component as a Technical Component;

2. Define properties to connect the component to OData services for updating a backend SQL Server database;

3. Define a script API to allow the application to interact with the SDK component and pass values to be updated to the SQL Server database.

Regards,

Mustafa.

Former Member
0 Likes

Hi Mustafa,

Thanks for giving me a solution.

Regards,

Ankit

MustafaBensan
SAP Champion
SAP Champion
0 Likes

No problems. I’ll be interested to know how you go.

Regards,

Mustafa.

Answers (0)