cancel
Showing results for 
Search instead for 
Did you mean: 

Can I send notification message to other users?

siongchao_ng
Contributor
0 Kudos

Hi all,

Can abap webdynpro send out notification messages to other users in a portal? If a new user select some employees that have overwritten other same users selection, I need to send out notification message to other users that their selection have been resetted by this particular user. Can this be done in abap webdynpro?

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

In NetWeaver 7.0 Enhancement Package 2 there is a new feature called Web Dynpro Notification Service. It lets you send events to any other applications which are listending for that same event id. In a demo that comes with 7.02 we use this technology to create a chat application. However this functionality has to be built into each application. They must have an event handler ready to respond to the event.

So you could build what you describe into your application - but only as of 7.02. 7.02 for the Business Suite comes with BS7i2010 which is currently scheduled to start ramp-up in Q4.

siongchao_ng
Contributor
0 Kudos

can't do this