Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

HTTP Request/Response in ABAP

Former Member
0 Likes
423

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.

1 REPLY 1
Read only

brad_bohn
Active Contributor
0 Likes
368

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.