Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read a Excel File from AWS S3 Bucket using ABAP Rest API

0 Likes
2,661

Hi Experts,

Is it possible to read a excel file from AWS S3 Bucket using ABAP Rest API?

Requirement is to read the data in excel file stored in AWS and then do posting in SAP. This should be achieved using ABAP REST API.

We are currently in S/4 HANA 1709 version.

2 REPLIES 2
Read only

OlegBash
Active Participant
1,048

Yes, it is possible.

There are two ways

1) (NEED BASIS work) install s3fs into you application and mount directory like a logical path

2) your need to provide correct GET request with signature. There are examples of ABAP code here.