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

Making HTTP request and getting the response

Former Member
0 Likes
432

Hi,

How to make HTTP request from ABAP and get the response back for processing?

Regards,

Fareez

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
353
Look at the class CL_HTTP_SERVER. Do a research on the attributes IF_HTTP_SERVER~RESPONSE/IF_HTTP_SERVER~REQUEST

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c0/524f646e80974eb6f75aef40f4e349/content.htm

Read only

former_member196064
Active Participant
0 Likes
353

Sounds like you're lookin for the client side to me... here's an example in the help

http://help.sap.com/saphelp_nw70/helpdata/en/1f/93163f9959a808e10000000a114084/content.htm