2015 Oct 29 7:58 PM
Hello Colleagues.
Has anyone successfully triggered an SMS text message to a mobile phone using BRF Plus ?
We have a requirement to do this from within a Collection Step in SAP IS-U.
Any feedback would be really appreciated.
Thanks a lot.
Ivor Martin
2015 Oct 30 11:11 AM
Hi Ivor, BRF+ has a way to insert custom actions via static method call or FM call. I think you can code a static method call where you can plugin the code to call public remote API from SMS provider. Frequently, it is a REST API, ABAP has REST API library which you can use to make the calls. I believe this is how you can achieve your requirement.
Best Regards, Yevgen
2015 Oct 30 11:11 AM
Hi Ivor, BRF+ has a way to insert custom actions via static method call or FM call. I think you can code a static method call where you can plugin the code to call public remote API from SMS provider. Frequently, it is a REST API, ABAP has REST API library which you can use to make the calls. I believe this is how you can achieve your requirement.
Best Regards, Yevgen
2015 Oct 30 12:41 PM
Ivor:
some things to consider...
regards,
bill.
2015 Nov 04 9:00 AM
Hi William,
Could you please more specific on the point 2, how to achive this if I want send the SMS in the same time of sending Email.
2015 Nov 04 1:00 PM
There is no standard functionality for that - you would need to design/build it for yourself. I only mentioned as considerations.
2015 Nov 05 9:26 AM
2015 Oct 30 5:16 PM
Hi Yevgen and Bill,
Thanks a lot for your prompt feedback.
It gives me an idea of what the capabilities as well as limitations are.
Regards,
Ivor