cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel Download in ABAP using Azure API

Abhi105
Product and Topic Expert
Product and Topic Expert
0 Kudos
273

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

View Entire Topic
1941971361
Product and Topic Expert
Product and Topic Expert

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.