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

How to put request into SCOT queue

Former Member
0 Likes
349

Hi,

I need to send SMS from R/3.

I've configured a node in SCOT for SMS using te HTTP address of SMS service provider.

Now, how do I put data in SCOT queue, so that when a background process runs in SCOT it sends my SMS.

What are the avaliable function modules, classes for this purpose.

Thanks,

Hashir Ahmed

1 REPLY 1
Read only

Former Member
0 Likes
312

hi, this question is already answered, so I have borrow the answer from an other answer....

Checkout these excellent weblogs from Thomas Jung depending on your r/3 version:

Sending E-Mail from ABAP - Version 610 and Higher - BCS Interface:

/people/thomas.jung3/blog/2004/09/08/sending-e-mail-from-abap--version-610-and-higher--bcs-interface

Sending E-Mail from ABAP - Version 46D and Lower - API Interface

/people/thomas.jung3/blog/2004/09/07/sending-e-mail-from-abap--version-46d-and-lower--api-interface

Basically there are these two FM

u2022 SO_NEW_DOCUMENT_ATT_SEND_API1 and

u2022 SO_NEW_DOCUMENT_SEND_API1.

There is a very good documentation that you can check it. If you do not fine something relevant sent me a note to find for you an example.

With Regards

George