Skip to Content
Author's profile photo Wence Lacaze

Standard SAP Configuration to send SMS through SMSGlobal

Hi,

I was playing around and I found this excellent Document about how to send SMS from SAP,  from Dinesh Singh,

http://scn.sap.com/docs/DOC-18406

I found another nice blog that have all the steps for the configuration.

http://scn.sap.com/docs/DOC-57910

My idea is help you in test this funcionality

You need to open an account in http://www.smsglobal.com/ and then go to the API Keys
Screen Shot 2014-03-17 at 5.05.14 PM.png

Now you can go to SCOT and Update the URL connection using the following.

http://www.smsglobal.com/http-api.php?action=sendsms&user=5psx0scp&password=<password>&from=+56911111111&to=<reci_addr>&text=<message>

Now you are able to send SMS from SAP :-))

Assigned Tags

      10 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Very interesting articles, useful for some of my ideas.
      Thanks.

      Author's profile photo Lluis Salvador Suarez
      Lluis Salvador Suarez

      thanks for sharing Wences, added at to-do list.

      regards,

      Lluis

      Author's profile photo Vivek Hegde
      Vivek Hegde

      Hi Wen,

      These little enhancements/things make my life much easier 🙂 . Thanks for sharing this.

      Regards,

      Vivek

      Author's profile photo Former Member
      Former Member

      Hi Wen,

      The site smsglobal, is it sill working. As I was trying to register myself in the portal the verification SMS is not coming to my cell phone and I am unable to register myself.

      I a Basis guy from INDIA with ISD code being +91.

      Can you please help in this or is there any other Free SMS Web Gateway sites available ???

      Waiting for your valuable reply.

      Thanks & Regards.

      Subhra

      Author's profile photo Wence Lacaze
      Wence Lacaze
      Blog Post Author

      Hi Subhra,

      I cant give you SmsGlobal support :-(, Actually I use SmsGlobal because was the first that i found

      Best Regards

      @WenSolman

      Author's profile photo Former Member
      Former Member

      Hello Wences,

      Its a nice share but when I implement the guide, I saw that SCOT HTTP keeps the messages cause of error. I joined smsglobal and took my user name and password from API keys and I use your link with my number and information but SCOT is keeping the messages. Could you have chance to share your system settings screen dump with me many thanks.

      Author's profile photo Wence Lacaze
      Wence Lacaze
      Blog Post Author

      Hi Serkan,

      Thanks for your comment, This configuration was done long time ago and I dont have access to this system, but you can create a Post with the screenshots and I can help you

      Thanks

      @WenSolman

      Author's profile photo Former Member
      Former Member

      Hi Wences,

      I have already send you the settings which I done with e-mail to your gmail adress. One time SO01 try I got successfully result but further try system is not sending. Many thanks for your kindly help. I am waiting for your reply.

      Regards.

      Author's profile photo Former Member
      Former Member

      Hi,Wences :

      I did a test in our ids system, ehp7 for erp6.0, following SAP SMS Configuration

      and sap system return message 723(Message passed to the service provider) type 'S'

      but my phone no. used as recipients, didnot receive any message

      Author's profile photo Praveen S
      Praveen S

      Easy way to send text SMS from SAP:


      Use HTTP API Like Spring Edge SAP SMS Gateway API

      You need to configure:

      API (Auth) key

      Sender Name

      Example Configuration:

      http://springedge.com /api/web/send/?to=<reci_addr>&apikey=xxxx& sender=SEDEMO&message=<message>