SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Triggering an SMS text message from BRF Plus Collection Step

ivor_martin
Active Contributor
0 Likes
928

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

1 ACCEPTED SOLUTION
Read only

yevgen_trukhin
Product and Topic Expert
Product and Topic Expert
0 Likes
764

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

View solution in original post

6 REPLIES 6
Read only

yevgen_trukhin
Product and Topic Expert
Product and Topic Expert
0 Likes
765

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

Read only

william_eastman
Product and Topic Expert
Product and Topic Expert
0 Likes
764

Ivor:

some things to consider...

  • brfplus in the dunning context can only be used to define the identity of the action to take - it cannot be used to perform the action itself.  this is the standard proposal/activity distinction.  the use of brfplus or dunning procedure does not help/hinder this requirement.
  • the dunning activity run would generate the actions.  typically this is run in the early AM.  is it expected to send the message at that time?  or to schedule it for a particular time, possibly based on some customer parameters?  You would need to define an activity which sends the SMS to the proper phone number.

regards,

bill.

Read only

0 Likes
764

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.

Read only

0 Likes
764

There is no standard functionality for that - you would need to design/build it for yourself.  I only mentioned as considerations.

Read only

0 Likes
764

Thanks for the conformation William.

Read only

ivor_martin
Active Contributor
0 Likes
764

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