cancel
Showing results for 
Search instead for 
Did you mean: 

SMS to Mobile from Web Dynpro ABAP

0 Kudos

Dear Friends,

I am new to WD ABAP, I got the requirement to send SMS to Mobile using WD ABAP,

Kindly suggest me is ther any function module is available, or  let me know the possible ways.

Thanks in Advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member5006
Participant
0 Kudos

Hi ,

     There is a standard report program to send sms to mobile  number.

SWN_TEST_SEND_SMS1

After executing this ,

send  message from SOCT and SOST t.codes

Former Member
0 Kudos

Dear Raju,

               There is no FM for sending SMS. You have register an account in bulk online SMS  service and have to pass your user id, password, receiver number, message and which button to be clicked(send, submit, etc.) as parameters and open url link using method.

               I will let you know the exact code or method when I find my code.

Cheers,

Dineshwar Singh Eswar.

m_aravindan
Active Participant
0 Kudos

Hi Raju,

               Check this link , hope it helps u.

http://scn.sap.com/message/5215883

Check this blog too.

http://scn.sap.com/community/abap/blog/2012/09/03/send-sms-with-more-than-255-character-from-sap

Regards

Avnd