Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
jose_sequeira
Active Participant
Hello,

As i've talked about Push Notification for S/4 Flexible Workflows (for Purchase Order as an example) here, a colleague asked about some Customizations (like sending pushes from specific places using ABAP code). So let's talk about that!

Again, first you should understand all the steps to setup WF Push Notifications, as described here.

You'll be familiar with Notification Providers:



And knowing that the report RSWF_PUSH_NOTIFICATION_EXECUTE should be scheduled.

But ho is the one that can actually send the Push notifications? It's class /iwngw/cl_notification_api method create_notifications.


You can call from any point of interest in your ABAP custom code. But, how to know what parameters to pass?

Take a look at the DEMO report /IWNGW/R_BEP_DEMO_CREATE_NOTIF:


You'll see that there is a PO demo scenario, filling the parameters for the class method (using a sample PO):


Executing the report:


Push notification arrived:


Enjoy!

Regards.
4 Comments
Labels in this area