Skip to Content
0
Former Member
Nov 02, 2003 at 06:53 PM

Calling HTTP from ABAP

54 Views

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.