<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sending sms from program without weservice. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395299#M1644230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then you need some gateway that goes from your SAP server to a SMS server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't have one, you will never reach the SMS "address"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Nov 2011 11:04:56 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2011-11-21T11:04:56Z</dc:date>
    <item>
      <title>Sending sms from program without weservice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395298#M1644229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 11:05:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395298#M1644229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-17T11:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: Sending sms from program without weservice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395299#M1644230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you are right&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but then you need some gateway that goes from your SAP server to a SMS server&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you don't have one, you will never reach the SMS "address"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395299#M1644230</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2011-11-21T11:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Sending sms from program without weservice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395300#M1644231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Johan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I am looking for a sample code to send SMS using the above class, without using a web service&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Welcome to SCN.Which method you are planning to use.Check this wiki from Hari.&lt;/P&gt;&lt;P&gt;[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&amp;amp;overridelayout=true]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: madhurao123 on Nov 21, 2011 4:48 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395300#M1644231</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2011-11-21T11:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sending sms from program without weservice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395301#M1644232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi francios,&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:22:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395301#M1644232</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T11:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sending sms from program without weservice.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395302#M1644233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  madhu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that page only discuss about email sending...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Nov 2011 11:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-sms-from-program-without-weservice/m-p/8395302#M1644233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-21T11:31:33Z</dc:date>
    </item>
  </channel>
</rss>

