(SM-2402) SAP-Azure Communication
Communication with the Azure platform is established through the Java connector using Azure RestAPI and JDBC connection.
The data transfer process is following a standard pattern of a phased approach:
Data is fetched from SAP with the open cursor with a defined package size.
The data package is transferred into Azure storage using RestAPIs.
(Optional) MS SQL database can be utilized as a target instead.
(Optional) Complete data set is ingested into Azure Databricks from the storage layer using a JDBC connection.
Detailed communication diagram: