Jan 12, 2018 at 06:12 AM|277 Views | Last edit Jan 12, 2018 at 06:18 AM 2 rev.
Dear All,
I have a requirement in which I have to put the data on azure blob container and retrieve the data.Our system is connected to Azure cloud using APIs provided by apigee and they have provided APIs to put the blob data and get access token.
Anyone has any idea how to call it from using ABAP?
Below are the parameters which I have to pass for doing this.
You could use the http(s) interface -> perform some search on forum for classes or interfaces like cl_http_client and if_http_client and methods like create, set_header_field, set_cdata, send, receive, etc.
You could also consume the rest services that are provided either thru http as previously or thru use of web-service -> perform also some search on the forum
Add comment