Import Data Connection to SAP Business ByDesign Analytics
You can create a connection that allows you to import data from SAP Business ByDesign Analytics.
Prerequisites
- Login to SAP Analytics Business ByDesign system.
- Navigate to Business Analytics, and select Design Data Sources.
- Search for your data source and click Build OData Queries.
- Click Generate Metadata Query.
You should get the following URL: <system URL>/sap/c4c/odata/analytics/ds/<madav_ID>.svc/$metadata
This query will run in the browser with technical user ID and credentials.
- Remove $metadata from URL.
The URL should now be: <system URL>/sap/c4c/odata/analytics/ds/<madav_ID>.svc. Save that URL for step 5 in the procedure below.
Context
Note
While OData exposes one-to-many navigation, SAP Analytics Cloud cannot
follow these relationships because doing so would distort the measures at the parent
level. OData v4.0 supports Lambda operators “any” and “all”, which can reduce the
collection of children to a single Boolean value. For this to work, both the server
and SAP Analytics Cloud must
support OData v4.0.