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

SMS through SAP ABAP program

Former Member
0 Likes
1,142

Hello Guys..

I am creating a program which is basically alert program. As per the requirement if delivery is pending as on date , a SMS need to send the sales guys.

is there any stranded function for that, which help me ragarding the same. Mobile no of all are maintain in z table..

Regards

Swati....

4 REPLIES 4
Read only

Former Member
0 Likes
735

Hi,

Check out link below..

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

Read only

Former Member
0 Likes
735

Hello,

please check this:

http://help.sap.com/saphelp_nw04/helpdata/en/58/97c43af280463ee10000000a114084/frameset.htm

/people/anilkumar.vippagunta2/blog/2005/07/20/developing-web-application-without-writing-single-line-of-code-my-first-web-log

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

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

http://www.webservicex.net/WS/WSDetails.aspx?CATID=4&WSID=59

/people/thomas.jung3/blog/2004/11/17/bsp-a-developers-journal-part-xiv--consuming-webservices-with-abap

Reagrds,

Beejal

**Reward if this helps

Read only

Former Member
0 Likes
735

not done

i am working yet.

Read only

0 Likes
735

the suggested weblogs uses free SMS gateways for sending SMS and may not be a feasible solution for business use.

Certain mobilephone service providers offer services where you can send SMS to them thru any email client. and generally the email id of the phones will be in the pattern of <countrycode><areacode><mobileno>@serviceprovider.com

if, your provider is offering something like this, the easiest solution would be just sending email from abap to these numbers.

Regards

Raja