Application Development 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: 

SMS triggering to Customers when sale order is Created

0 Kudos

Dear Experts,

    My requirement is to trigger an SMS when sales order is created.

     Sample SMS format can be like this:

Dear Customer name,  Sale order XXXXXX has been created. This message should display in arabian and English languages based on the Customer needs.

Kindly suggest me how to proceed for this development. SMS should be sent to single or  multiple persons .


Note We have third party API for message service.



Let me know where the code should be written for this.


If possible Please provide with some Code for reference who have met with the same requirement.



Thanks,

Ramesh

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

You can send sms to customer when you are saving the sales order at that time you need to write the enhancement to send a message

if you want code then refer following link

regards

laxman

2 REPLIES 2

JuanCarlosDelga
Contributor
0 Kudos

Hi Ramesh,

Create a message in NACE.

Configure SMS in SCOT.

Use cl_bcs, search cl_bcs SMS in the forum.

Regards

JCD


Former Member
0 Kudos

Hi

You can send sms to customer when you are saving the sales order at that time you need to write the enhancement to send a message

if you want code then refer following link

regards

laxman