cancel
Showing results for 
Search instead for 
Did you mean: 

Calling HTTP from ABAP

Former Member
0 Kudos
382

I am on Release 4.6c.

I am looking for a function module or method that will simply accept a URL and retrieve the http response back into an internal table.  I do not want the results displayed.

something similar to:

w_url = 'http://sap.com'

call function 'HTTP_REQUEST'

   exporting w_url

   tables results t_results.

Accepted Solutions (0)

Answers (1)

Answers (1)

athavanraja
Active Contributor
0 Kudos

The following function modules does that job.

HTTP_GET / HTTP_POST

Regards

Raja