External API Call with POST Method and File Upload - with ABAP [english]

preview_player
Показать описание
In today's video I will show you how to call an external API from SAP.

#sap #apicall #fileupload #abap

▬▬ My Hardware ▬▬▬▬▬▬▬▬▬▬▬▬▬

*The links are affiliate links. There are no additional costs.

▬▬ My Software (free) ▬▬▬▬▬▬▬▬▬▬▬

▬▬ Further Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

Рекомендации по теме
Комментарии
Автор

This video helped me solve the problem I was facing! Thank you!

naveenkumarbaskaran
Автор

This is a great video and very detailed explanation.. Thanks a lot

ashutoshkanaujia
Автор

Hi,
I know the video is not about that but would you know how I can disable fields in the tcode BP (business partner)? I'm trying for BUPT but I'm not succeeding.

davialves
Автор

Your code works, but I'm getting SSL handshake error. Did you have to upload a certificate using SAP tcode STRUST ? This is the error I got: SSL handshake failed: SSSLERR_PEER_CERT_UNTRUSTED (-102). Peer's X.509 Certificate (chain) is untrusted

FunHappyAngryBirds
Автор

Hi

Can I get some sample program
In which we can post the pdf file and meta data in JSOn format in one request in rest spi using multipart form object in sap abap

Parida
Автор

Hi! please, could you explain in a video how to configure ADS to show Adobe Forms ? thanks!!

jona
Автор

Awesome....the POST method for API REST is great...but you could have used JSON format itself.

coolashmak
Автор

How about doing vice versa? File is coming from external server and downloading it to SAP? I have a requirement wherein the file is uploaded in POSTMAN and it will be stored in SAP Application Server. Hope you can help on this. Thanks!

Soralovers
Автор

I need similar kind of requirement where output type document needs to be posted to content server.

nitinmeena
Автор

Hello and thanks. I need desperately to understand how I respond to an external rest api by sending a csv file in multipart as it would be huge. So my response must return a multipart file besides some other information data. I will be much obliged if you can help me. Thanks Elias

ekekakos
Автор

Can I use the same program for POST request body for JSON?

coolashmak