‎2010 Dec 22 2:47 PM
Hello Experts
I have a simple requirement, where I want to access a web url from my ABAP program and get the response from url in my program. I have never handled such a requirement.
Kindly suggest the solution.
Thanks and best regards,
Anand.
‎2010 Dec 22 2:59 PM
Use class CL_HTTP_CLIENT and an HTTP destination in SM59. There are multiple examples of code on the forum as well as blogs/tutorials available.