cancel
Showing results for 
Search instead for 
Did you mean: 

how to send a mobile sms alert from web dynpro abap application

Former Member
0 Kudos

Hello ,

Could anyone please guide me as how to send a text sms to mobile as an alert from an application.

Thanks & Regards,

Ankur

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ankur,

try to stay with the Web Dynpro philosophy. Web Dynpro should only be the UI layer, the business logic should stay within the backend system.

I assume that you are using an ABAP Backend System. There you can make use of the SAP Connect framework.

Build a Function Module Wrapper to send an SMS via the SAP Connect Framework and call this function module from your Web Dynpro application.

You can find informations regarding the SAP Connect framework at the follwoing link

Link: http://help.sap.com/saphelp_nw70/helpdata/en/2b/d927734b8a11d1894c0000e8323c4f/frameset.htm

Hope that helps !

Best Regards,

Stefan