cancel
Showing results for 
Search instead for 
Did you mean: 

cURL - Loading Data from ABAP to Website via HTTP

Former Member
0 Kudos

Hi,

Some people use cURL (http://curl.haxx.se/) to load data from the filesystem of a SAP Application System to a HTTP Webservice of a Website.

The commandline could be like

"curl.exe -f sapfil=@exportfil.txt http://www.aaa.com/incoming.php";

This is for Windows or Unix.

Is there a possibility, not to use cURL, but use a ABAP coding to do this?

Best regards,

Carsten Schulz

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Markus,

can you please give me some more hints?

I have no idea, what is nessesery to do this?

best regards,

Carsten Schulz

markus_doehr2
Active Contributor
0 Kudos

You can write an ABAP that calls saphttp (see SM59) which does basically the same.

Markus