cancel
Showing results for 
Search instead for 
Did you mean: 

Push Notification in Standard Fiori Approval App

Former Member
0 Kudos

Hi,

Is there any option to subscribe to notification in standard approval apps like PO Approval, Leave Approval.  The requirement is basically push notfication for workflow assuming these approval apps are based on workflow.

I checked that class /IWBEP/CL_MGW_PUSH_ABS_DATA is superclass in DPC of PO Approval CL_GBAPP_APV_PO_RDP. However not sure whether this will work or not.

There is provision to subscribe to custom odata services and I am aware how to send notification for those cases.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Just to add to my query. There are two parts :

  1. how to trigger notification for standard Fiori Apps like Approve PO notification.
  2. how to subscribe for above notification ?  I checked that Approve PO App is not allowing subscription.

Of course I dont want to modify / change standard  code delivered by SAP.

Regards.

Prashant

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prashant,

How about using SWNCONFIG? You can have a custom deliverer class instead of mail or SMS?

Regards,

Masa / SAP Technology RIG

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prashant,

Push notification can be available if you make it as a mobile app.

I know some customers use email notification insted of push notification.

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

Thanks for responding. However its not exactly what am looking for.

I am trying to push notification for standard fiori app, actually approval apps and that too on-premise deployments.  Custom app development is the last option should we choose to do it.

Regards.

Prashant

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prashant,

Are you talking about a Web app which runs on browser?

Regards,

Masa / SAP Technology RIG

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prashant,

FYI. SAPUI5 side info.

sap.m.NotificationListItem is available after SAPUI5 library 1.34.

SAPUI5 Explored

Old apps which were developed with SAPUI51.2* do not have this.

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

Appreciate your time and effort in replying to my posts.


Am not talking about any custom Web App. Its regarding a pre-built Fiori Application delivered by SAP.  So assume there's no scope of adding any custom logic.

Let me put a example.  Suppose a employee applies for a leave. In standard SAP ERP process, a workflow is triggered awaiting manager's approval. Now this information is sent as notification email to manager. I want this notification to be a pushed to manager's iPad. There's already a standard SAP delivered Fiori App for approving leave request in Fiori Launchpad. This Fiori App has back end Odata service that drives the approval process after user presses approve in the Fiori App. 

Can we somehow subscribe to this Odata service and send notification to manager ?

Could you provide more information on how subscription and notification service work for Odata ?

Regards.

Prashant

masa_139
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Prashant,

You can find OData related information in the community.

Regards,

Masa / SAP Technology RIG

Former Member
0 Kudos

Hi Masa,

I have rephrased my query .

Regards.

Prashant