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

Sending sms from program without weservice.

Former Member
0 Likes
632

I want to add a sms sending fuctionality to a program. The suggested class for that from my lead is CL_CAM_ADDRESS_BCS. And method of class is CREATE_SMS_ADDRESS. I am looking for a sample code to send SMS using the above class, without using a web service. Or if it is not possible suggest me an another standard way. Answers with sample code will be highly appreciated.

1 ACCEPTED SOLUTION
Read only

madhu_vadlamani
Active Contributor
0 Likes
590

Hi Johan,

I am looking for a sample code to send SMS using the above class, without using a web service

Welcome to SCN.Which method you are planning to use.Check this wiki from Hari.

[Class CL_CAM_ADDRESS_BCS|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e009f97e-ee5d-2e10-31ba-9c9509e5925c?QuickLink=index&overridelayout=true]

Regards,

Madhu.

Edited by: madhurao123 on Nov 21, 2011 4:48 PM

4 REPLIES 4
Read only

franois_henrotte
Active Contributor
0 Likes
590

you are right

but then you need some gateway that goes from your SAP server to a SMS server

if you don't have one, you will never reach the SMS "address"

Read only

0 Likes
590

Hi francios,

I agree with u. My responsibilty is to bring the SMS till SCOT. Later the basis team will configure the webservice settings in SCOT. I dont want to hardcode that details inside my code. I have seen some examples of sending sms, but all of them uses other ways rather than above class. It will be very helpful if anyone provide a samplecode using above class.

Read only

madhu_vadlamani
Active Contributor
0 Likes
591

Hi Johan,

I am looking for a sample code to send SMS using the above class, without using a web service

Welcome to SCN.Which method you are planning to use.Check this wiki from Hari.

[Class CL_CAM_ADDRESS_BCS|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e009f97e-ee5d-2e10-31ba-9c9509e5925c?QuickLink=index&overridelayout=true]

Regards,

Madhu.

Edited by: madhurao123 on Nov 21, 2011 4:48 PM

Read only

0 Likes
590

Hi madhu,

that page only discuss about email sending...