Hi,
Could someone very roughly explain the core structure of a basic process on getting data from SAP Business ByDesign (Cloud system) to Azure.
Basically what i want to do, is to query data from SAP Business ByDesign and write it to a table in Azure every day on a specified time. I then want to access this table in Azure with Power BI.
- Can Azure make queries to SAP Business ByDesign or does SAP Business ByDesign need to send write commands to Azure? SAP Business ByDesign supports Odata queries and has an integration platform.
- What technical skills are needed to perform the goal above? (SQL for example or knowledge of Odata)?
Basically i'm trying to figure out what do we need to perform this. For example, i would like to know that "Azure can make queries to SAP via Odata on a scheduled basis. You need to know Odata structure and in addition, you need to know SQL in order to write data queried with Odata to Azure SQL database."