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

Mobile SMS Application in ECC6.05

former_member605939
Participant
0 Likes
1,839

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

8 REPLIES 8
Read only

ThangaPrakash
Active Contributor
0 Likes
1,624

@ABAP LEARNER It is achievable by doing required steps in SCOT by basis. Refer to below link.

Send SMS from SCOT

SAP SMS Configuration

Note 455140 – Configuration of e-mail, fax, paging/SMS via SMTP

Read only

0 Likes
1,624

while sending the message i am facing the following error.

Cannot process message; no node determined for SMS:mobile no.

Message no. XS826

Diagnosis

To continue processing, the system requires an active node that is responsible for the recipient SMS:mobile no (type PAG).

Read only

1,624

this error means you do not have the correct node in scot

Read only

0 Likes
1,624

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

Read only

0 Likes
1,624

We are using https://

so need to create HTTPS ? or HTTP will work ?

Read only

keremkoseoglu
Contributor
0 Likes
1,624

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

Read only

0 Likes
1,624

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

Read only

former_member605939
Participant
0 Likes
1,624

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