2019 Nov 24 5:26 AM
Is there feasibility of Enabling of SMS activity in ECC 6.0 EHP5.
For FI accounting payment receipt voucher, need to send the SMS to customer(Party).
What are the activities need to perform to enable the SMS.
What are the BASIS and ABAP part need to do it ?
Thanks
Is there feasibility of Enabling of SMS activity in ECC 6.0 EHP5.
For FI accounting payment receipt voucher, need to send the SMS to customer(Party).
What are the activities need to perform to enable the SMS.
What are the BASIS and ABAP part need to do it ?
Thanks
2019 Nov 25 4:24 AM
@ABAP LEARNER It is achievable by doing required steps in SCOT by basis. Refer to below link.
Note 455140 – Configuration of e-mail, fax, paging/SMS via SMTP
2019 Dec 05 7:39 AM
while sending the message i am facing the following error.
Message no. XS826
To continue processing, the system requires an active node that is responsible for the recipient SMS:mobile no (type PAG).
2019 Dec 05 7:52 AM
this error means you do not have the correct node in scot
2020 Jan 30 4:29 AM
I did SCOT configurations and HTTP settings.
When try to send SMS the following error is comming :
MESSAGE : XS839
No delivery to SMS:XXXXXXXXXX due to problem with communication connection
Is this the SAP configuration error or SMS service provider error.
Thanks
2020 Feb 09 9:36 AM
We are using https://
so need to create HTTPS ? or HTTP will work ?
2020 Jan 30 5:20 AM
You can register an account with a 3rd party SMS vendor, and call their web service from ABAP to send SMS. You would probably need to pay them though...
Here is a sample class which sends SMS messages over such a vendor, which uses SOAP protocol: https://github.com/keremkoseoglu/ABAP-Library/blob/master/zcl_bc_sms_mobildev.abap
2020 Jan 30 10:58 AM
yes these steps completed. Registered and call the web services.
Still getting the error :
Message no. XS839
Diagnosis
The message could not be delivered to recipient SMS:xxxxxxxxxx due to a communication error.
System Response
Processing was completed as normal.
Communication service with errors: HTTP or HTTPS
Parameter or error code used:
CL_HTTP_CLIENT->RECEIVE Error Code: 1
Additional information on the node used (in the system language of the node, if available):
110 HTTPIO_PLG_CANCELED
Procedure
Check the parameters listed for the service. In particular, note the communication parameters. With HTTP/HTTPS, the problem is probably due to an incorrect URL or incorrect HTTP proxy settings.
The error may, however, be temporary. If a SAPconnect retry has been defined for this node, the error may be removed automatically.
Procedure for System Administration
2020 Jun 05 5:36 AM
We have a requirement on SMS for T CODE : F-28.
I am abaper and following the Note 455140 – Configuration of e-mail, fax, paging/SMS via SMTP
but the Note 455140 has the sms with http://
Our requirement is based on Sms provider starts with https://
What other changes required for this. We want to do only sms .
How can we test the sms and is there any enhancement on F-28.
Thanks