on 2023 Sep 04 5:50 AM
Hi,
Good Day!
I have an ABAP program which creates a pdf file of a smartform. Now, my requirement is to send the pdf file directly to AWS server using ABAP code without storing the file in application server. I have searched in the community a lot about this, but didn't get complete idea about this, hence posting a question. Will appreciate if anyone could guide me here.
Thanks
Request clarification before answering.
If the AWS server has an HTTP interface, e.g. accepting the pdf file in the body of an HTTP POST or HTTP PUT operation, you can simply use the ABAP class CL_HTTP_CLIENT. It can be used in two ways:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.