cancel
Showing results for 
Search instead for 
Did you mean: 

Can we achieve Push Notification only using NW Gateway?

mathewzdavis
Active Participant
0 Kudos

Hi Experts,

We have developed a mobile app using NW gateway,exposing a custom workflow decision step, my requirement is to get a push notification to the mobile device whenever that workflow has been triggered. Can we achieve Push Notification to a mobile device only using NW Gateway? What are the technologies available to achieve the same?(I have tried with SMP)

Thanx & Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

mathewzdavis
Active Participant
0 Kudos

Thankyou

Can you share some documents. I have gone through the following blog http://scn.sap.com/community/gateway/blog/2012/12/03/pushing-notifications-made-easy-push-a-notifica...

Its really urgent

Regards

0 Kudos

Mathew,

You can do this with SMP.

You need to subscribe the mobile application for push notifications, SMP can then send the push notifications using APNS or GCM.

See below document for info on how to implement this on Android:

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00575888-f761-3210-009e-f75a8bd13a92&override...

mathewzdavis
Active Participant
0 Kudos

Thankyou Pieter

   I have tried with SMP..My requirement is to get push notification to mobile device using only NW Gateway.[without SMP]. Is it possible?

Regards

scheinem
Explorer
0 Kudos

I've planned to implement that for Apple's Push Notification Services for some months now but hadn't found time till now.

IMHO it should be easily possible if you place the generated certificate (generated on developer.apple.com) in your SSL Client PSE using transaction strust and implement the needed HTTP Request to (in my case Apple's) the push notification service. It would be best to encapsulate this functionality inside an ABAP class which can then be used throughout your system by any developer very easily.

0 Kudos

It should be possible yes. There is plenty of iOS and Android documentation about push notifications. You'll need to get the token on the device, store that somewhere on GW, make sure your connection between GW and APNS/GCM server is ok and then send the push notification send command to GCM/APNS.