Application Development 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: 

Transfer file to AWS server from ABAP (no PI)

0 Kudos
738

Transfer file to AWS server from ABAP (no PI)

3 REPLIES 3

0 Kudos
430

Thanks Thorsten,

Yes, I tried this but currently stuck at SHA256 error while sending data over to AWS

Does any one have a sample code to address this.

former_member832941
Discoverer
0 Kudos
430

I have also the same requirement, to transfer the file to AWS S3 bucket from ABAP. Earlier used function module 'FTP_CONNECT' , 'FTP_R3_TO_SERVER' and 'FTP_COMMAND' to transfer file to inhouse FTP server. Now I have IP address, S3 Bucket name, AccessID and Secret Key . With this I have to transfer the file to AWS server.

Kindly share your findings and solution to resolve the issue.