on 2022 Oct 14 5:57 PM
Hi All,
I have a scenario where I would like to send data from an SAP Cloud service to an SAP on-premise system ( CRM ). The Java Cloud service will upload the data into Azure Blob and CRM then needs to download the data from Azure Blob.
Instead of using the Azure blob directly from ABAP, I am trying to use the BTP Object Store service https://help.sap.com/docs/ObjectStore which looks kind of a wrapper on top of Azure Blob.
Could experts guide in understanding how I could download GBs of data in ABAP in parallel from Object Store service ?
Thanks
Abhinav
Request clarification before answering.
BTP Object Store Service simply provisions resources (an Azure container in this case) and gives out credentials , with certain permissions, for your application/service to directly perform various object related operations.
The service itself doesn't act as a wrapper for any object related activities. You would still need to make use of the Azure blob storage APIs / SDKs in order to upload/download/delete objects, for which you could please refer the documentation provided by Microsoft.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
78 | |
22 | |
9 | |
7 | |
6 | |
5 | |
4 | |
4 | |
4 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.