‎2011 Nov 17 11:05 AM
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.
‎2011 Nov 21 11:16 AM
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
‎2011 Nov 21 11:04 AM
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"
‎2011 Nov 21 11:22 AM
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.
‎2011 Nov 21 11:16 AM
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
‎2011 Nov 21 11:31 AM