cancel
Showing results for 
Search instead for 
Did you mean: 

Save PDF file in AWS S3 bucket using SAP ABAP via HTTP/REST API

former_member631963
Discoverer
0 Kudos
2,111

How to save/dump the PDF file from SAP ABAP program using HTTP/REST API to AWS S3 bucket directly. Appreciate your help for us to assess the change.Thank you.

Tomas_Buryanek
Active Contributor

Did you tried CL_HTTP_CLIENT or CL_REST_HTTP_CLIENT class in ABAP?

  • If not - try it. There are many examples on the internet.
  • If you did - where do you have problem?

Also before you develop anything, you should read and understand how to communicate with the API you intend to.

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

Hello Selvo,

Just check out this Github link. There are all the utilities and demos how handle AWS S3 from SAP ABAP
Good luck

MarioDeFelipe
Active Contributor
0 Kudos

Hello

You have an add-on certified by SAP that connects ERP and S/4HANA to AWS S3 (and other services) via native ABAP calls

https://aws.amazon.com/solutionspace/solutions/linke-sap-aws-connector/

Regards

former_member631963
Discoverer
0 Kudos

Hi Tomas,

Thank you for your prompt response.

I did try to search a lot and at last, finally posted because I could not find a single blog or thread which will help me to understand how to upload / dump the .pdf file to AWS S3 Bucket directly.

We will try to implement the class and let you know the results. Meanwhile please let me know if we you can guide us on the below question.

Can AWS S3 bucket have provision or mechanism to receive the binary files from SAP by using REST/HTTP API???

Regards,

Selva