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.