Skip to Content
Technical Articles
Author's profile photo Ian Henry

Using the Datasphere OData API with SAP Analytics Cloud

An OData API is available to allow SAP Analytics Cloud (SAC) and third party tools to acquire Datasphere data, (formerly known as Data Warehouse Cloud (DWC)). Acquisition of data within SAC is often required for SAC Planning scenarios.

Release History

2022.11 Initial release of the Datasphere OData API. Access was restricted to consumption from SAC.
2022.20 General Availability of the OData API for all clients to consume
2023.02 ODATA APIs have been renamed to SAP Datasphere Consumption APIs.

You are now able to access the Datasphere Consumption API as detailed in the Official SAP Datasphere Help and the SAP API Business Hub.

For bi-directional integration betweem Datasphere and SAC, refer to another blog post I shared – Using the SAC Data Export API with Datasphere and Data Intelligence.

This blog post covers the steps required to import Datasphere data into SAC.

  1. Identify the OData Source (Data Service URL) in Datasphere
  2. Lookup your redirect URI in SAC
  3. Create the OAuth Client in Datasphere
  4. Create OData Connection in SAC
  5. Import from OData Connection
  6. Conclusion

** Note currently I recommend using the Alternative URL as it was more reliable for me than the Public API URL **

1. Identify the OData Source in Datasphere (Data Service URL)

We could use the documentation to construct our OData URL, alternatively we can copy and paste that from our space assets.

First we can browse the available spaces using a URL such as

# Public API URL
https://datasphere-tenant.eu10.hcs.cloud.sap/api/v1/dwc/catalog/spaces
# Alternative URL
https://datasphere-tenant.eu10.hcs.cloud.sap/dwaas-core/odata/v4/catalog/spaces

Figure%201.1%3A%20Browse%20DWC%20Spaces%20via%20OData%20API

Figure 1.1: Browse Datasphere Spaces via OData API

By specifying the space, we can see the assets in there.

# Public API URL
https://datasphere-tenant.eu10.hcs.cloud.sap/api/v1/dwc/catalog/spaces('I049374')/assets
# Alternative URL
https://datasphere-tenant.eu10.hcs.cloud.sap/dwaas-core/odata/v4/catalog/spaces('I049374')/assets

Figure%201.2%3A%20Browse%20Space%20Assets%20Identify%20OData%20URLs

Figure 1.2: Browse Space Assets & Identify OData URLs

Identify the dataset you require and then copy assetRelationalDataUrl, this is your Data Service URL in the SAC OData Connection.

Note My JSON response is being formatted by a browser extension, yours may be JSON returned in plain text.

If we click on the assetRelationalDataUrl, we receive the metadata from the OData Service.

Figure%201.3%3A%20Metadata%20from%20OData%20Service

Figure 1.3: Metadata from OData Service

We can see the data from the OData service by appended the dataset name a second time.

Figure%201.4%3A%20Actual%20Data%20from%20OData%20Service

Figure 1.4: Actual Data from OData Service

 

2. Lookup your redirect URI in SAC

The redirect URI comes from the SAC connection properties, as SAC establishes this connection to Datasphere

Create a new OData Connection in SAC and we can identify the URI

Figure%201.1%3A%20Create%20Connection

Figure 2.1: Create Connection

Switch Authentication Type to OAuth 2.0 Authorization Code, and scroll down to see the Redirect URI

Figure%201.2%3A%20OData%20Redirect%20URI

Figure 2.2: OData Redirect URI

Copy the Redirect URI, you will need this in Datasphere.

https://bocauth.us1.sapbusinessobjects.cloud:443

Note, my SAC tenant is in eu10 but strangely the Redirect URI is in us1.

 

3. Create the OAuth Client in Datasphere

A new OAuth Client needs to created in Datasphere

Navigate to System -> Administration -> App Integration

Add a New OAuth Client, paste the Redirect URI from step 1, ensuring there are no leading spaces.

Figure%202.1%3A%20New%20OAuth%20Client%20in%20DWC

Figure 3.1: New OAuth Client in Datasphere

Once created copy the OAuth Client ID and Secret

Figure%202.2%3A%20OAuth%20Client%20credentials

Figure 3.2: OAuth Client credentials

We also need to the copy the following from the OAuth Client URLs

Authorisation URL

Token URL 

 

4. Create OData Connection in SAC

We can now create the SAC OData Connection.

The SAC connection points to a single dataset/view from Datasphere,

You now have the 5 connection parameters and can copy and paste these values.

Data Service URL = assetRelationalDataUrl

OAuth Client ID

Secret

Token URL 

Authorisation URL

Figure%204.1%3A%20Create%20OData%20Connection%20in%20SAC

Figure 4.1: Create OData Connection in SAC

Figure%204.2%3A%20OData%20Connection%20Details

Figure 4.2: OData Connection Details

All being well we can save the connection.

5. Import from OData Connection

We can now create either a model or dataset from our OData connection.

Figure%205.1%3A%20Create%20Model

Figure 5.1: Create Model – Choose OData

Figure%205.2%3A%20S

Figure 5.2: Select Connection

Figure%205.3%3A%20Choose%20Dataset

Figure 5.3: Create Query from the dataset

Figure%205.4%3A

Figure 5.4: Build OData Services Query

Figure%205.5

Figure 5.5 Data will be uploaded

Figure%205.6%3A

Figure 5.6: Model Data

6. Conclusion

In this blog post you can see that we can now import Datasphere data into SAC. This (in conjunction with the SAC OData/CDI API) provides support for bi-directional integration that helps with SAC Planning scenarios.

For further reading checkout Max’s Blog on the bi-directional SAC Planning and Datasphere scenarios.

Assigned Tags

      12 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jef Baeyens
      Jef Baeyens

      Hi Ian, great stuff.
      Will there be any support for delta loads?

      Author's profile photo Ian Henry
      Ian Henry
      Blog Post Author

      Thanks Jef,

      There's no delta support that I am aware of, but it's just 1 click to reimport your dataset in SAC.

      Author's profile photo Shashank Paritala
      Shashank Paritala

      There was no indication whatsoever that this ODATA Feature was going to be SAC Specific. Even with this release - SAP DWC is lacking a key feature that is available in so many other Cloud DW Products. The ability to use odata to expose data from SAP DWC is long overdue - is this coming in the near future?

      Author's profile photo Ian Henry
      Ian Henry
      Blog Post Author

      The initial release is for SAC.
      Yes, we plan to make the DWC OData API available for third-party tools and applications in the near future.

      Author's profile photo Deniz Osoy
      Deniz Osoy

      Helpful! Great blog post Ian, thank you!

      Author's profile photo Zili Zhou
      Zili Zhou

      Hi Ian, thanks for the detailed blog.  I also put the other blog link here.

      Leverage the SAP Analytics Cloud Data Export Service to extract your planning data to SAP HANA, SAP Business Warehouse and SAP S/4HANA

       

       

      Author's profile photo Igor Zhilin
      Igor Zhilin

      Hi Ian,

      Maybe you could help me figure this out. I am trying to find the Token URL.

      Here is the story:

      I have an S/4 HANA public Cloud system.

      I downloaded SAC Package "SAP Financial Compliance Management" from SAC Content Network.

      It comes with an OData connection "Data Source to consume the Controls Business Service" that I need to adjust so that it connects to my system.

      In the Connections, I do see the created "Data Source to consume the Controls Business Service". This is the one I need to adjust.

      But what do I put in the field "Token URL"? I tried with my system's URL https://mySystem.com/oauth/token but it does not seem to be the correct one.

      Author's profile photo Avinash Eppar
      Avinash Eppar

      Ian Henry

      Thanks for this blog Ian. I also would like to know about creating generic OData connection in SAP DWC.

      TIA,

      Avinash

      Author's profile photo Ian Henry
      Ian Henry
      Blog Post Author

      Hi Avinash, this blogpost is describing exposing DWC view as OData. An OData connection is available to retrieve data but that is seperate to what I have described here.

      Author's profile photo Martin Kreitlein
      Martin Kreitlein

      Hello Ian,

      great Blog.

      Question... why has this note been removed, and what was contained there? Are there no restrictions any longer?

      SAP Note/KBA 3199078 has been removed.

      BR, Martin

      Author's profile photo Ian Henry
      Ian Henry
      Blog Post Author

      Hi Martin,

      Thanks for the feedback. I checked the SAP note 3199078, and it has been archived. That was only valid for the initial release when the OData API was first made available. I have updated the blogpost to remove that reference now. The API is available for all 3rd party clients to use and has built in controls to ensure it performs as expected.

      Cheers, Ian.

      Author's profile photo sarthak srivastava
      sarthak srivastava

      Hello Ian,

      Great blog,

      I have one question in this process, Do we need to create one Odata Connection for every DWC View that we need to access in SAC?

      As I am getting error if I am not mentioning view name in the end of Odata URL in SAC Connection.

      Thanks,
      Sarthak Srivastava