Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Push Channels only for specific Clients

stefan_heitzer
Participant
0 Kudos

Hi Experts,

just a little Question for ABAP Push Channels. I have a szenario where I try to send various Messages. A client can define for which messages he want's to get notifications. Is it possible to tell the Push Channel to which clients he should deliver the message? I mean there's actually a table which stores all the IPs which are listening to one specific WebSocket. I can check the IPs of the clients in the transaction SMWS. Is there any posibility to tell the system to which ip the messages should be delivered? Or can something be solved by using the SAP Mobile Platform? Looking forward to your answers!


Greetings

Stefan

1 REPLY 1

EkanshCapgemini
Active Contributor
0 Kudos

Hi Stefan,

I am also looking for this scenario for a chat app. I was not able to send the message to particular client using APC as websockets so I used HCP and java servlet for this.

Did you find any solution for this using APC ?

Regards,
Ekansh