on 2024 Aug 23 6:29 AM
Hi,
I would need to know how to bring the data from Azure Data bricks (ADB) to SAP ABAP Program, like
How to connect SAP to ADB?
How to access ADB from SAP?
Connection Type and Parameters
i come across info about bringing data from HANA DB to ADB. But, not bringing the data from Azure Data bricks (ADB) to SAP ABAP Program.
Thank you, Zen
Request clarification before answering.
Have any one used SAP SDI File Adopter method option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you considered the ABAP SDK for Azure? It has accelerator code for your scenario.
I believe you will find the REST API descriptions here.
Cheers Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, the accelerator code on the ABAP SDK is aimed at connecting to Azure services for pull based approaches. That was the first request on your list. Connection direction does not mean you cannot get the data. The SDK is pull-oriented but of course its code can be used for push-based too. You may connect to ADB REST api for instance and handle Managed Identities, Entra ID authentication flows etc out-of-the-box from ABAP.
Push based approaches require a completely different stack with transformations and coding your receiver on ABAP. And we haven't started discussing retry logic and mass data movement yet 😄 at that point a thread of comments is no longer suitable to arrive at a sustainable solution.
| User | Count |
|---|---|
| 17 | |
| 8 | |
| 8 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.