‎2009 Aug 13 10:02 AM
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
‎2009 Aug 13 10:36 PM
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