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

Calling HTTP from ABAP

Former Member
0 Likes
522

Hi,

I will like to make an HTTP call from ABAP

And process the return values.

i would like to integrate the SMS Gateway server with my application and will have to integrate the HTTP API in my application on ABAP. Here is the specification of the api that needs to be integrated http://www.clickatell.com/brochure/products/api_http.php

is it possible to do this with ABAP, I have to write a layer that will fetch the mobile nos from the database and send it to the SMS gateway

Thanks in advance

Himansu

2 REPLIES 2
Read only

Former Member
0 Likes
480

Hi Himanshu,

Check out the following thread.It will help u out.

Rgds,

Sumana

Read only

0 Likes
480

Welcome to SDN.

its possible by using class cl_http_client, using this you can turn your abap to be a http client.

check this weblog.

/people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap

and this demo program

RSHTTP20

Regards

Raja