cancel
Showing results for 
Search instead for 
Did you mean: 

Need to send alert in sms

Former Member
0 Kudos

Hi All,

I am sending alert email in case of failure using component based alerting. My requirement is to send alert user through SMS. I have got SMS service provider how has given API for sending message.

How to use achieve the functionality. please suggest.

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

gagandeep_batra
Active Contributor
0 Kudos

Hi Aamir,

Did you check follwoing blog that may help you

or you can use SMS service provider via email check with that also

Regards

GB

Regards

GB

Former Member
0 Kudos

Hi Gagandeep,

I am not using alert framework but using component based message alerting. When i tried opening personalize alert it is giving error

  • The following error text was processed in the system:
    BSP exception: Application sap/alertpersonalize_rules cannot be started. Create an application node using Transaction SICF.

And in SICF, service alertpersonalize_rules is not there.

Thanks

gagandeep_batra
Active Contributor
0 Kudos

Hi Aamir

Run the report BSP_UNLOCK_LONG_APP using SE38 and

mentioned ALERTPERSONALIZE_RULES and execute .

Regards

GB

Former Member
0 Kudos

Hi Gagandeep,

I have activated service as suggested by you. When i ran transaction ALRTINBOX from sap gui, and select personalization, attached screen is opening and i am not able to save setting.

Is there any setting i am missing ?

iaki_vila
Active Contributor
0 Kudos

Hi Mohd,

You need to know what is the connectivity of your SMS provider. In my case I had sever SOAP services to connect. In your case you need to know if your SMS provider has a general interfaces to make the connection via SOAP, Rest, etc services. If the have a particular type of connection you would need to create your own adapter or make the connection via java mapping.

Regards.

Former Member
0 Kudos

Hi Iñaki

SMS service provider has given SOAP and HTTP request format. How can i use this, please let me know.

Thanks