cancel
Showing results for 
Search instead for 
Did you mean: 

Realtime notifications

Former Member
0 Kudos

Hi, experts!

We want to implement
realtime notifications for our ITS RF service to show users current quantity of open warehouse orders.
The idea is just to place a field in CUAAREA that would show the quantity.
Please, gime me any idea of which methods can be applied for getting current info and refreshing the field on a screen without any user actions?
We are ready to consider any other workaround, too.

Any help would be highly appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member543347
Active Participant
0 Kudos

Hi Alexey,

We had a similar request and our developers stated that it is not possible to have a field periodically updated in RF environment. It's worth to mention that we were using Telnet environment via SAPConsole; maybe in a web interface is is possible.

The workaround that we found at the time was to have an update of the desired information triggered by an "enter" stroke.

former_member194364
Active Contributor
0 Kudos

The "workaround" would also be the recommendation from ITSMobile perspective.

Using a javascript it would be possible to have a timer function. With this you can send an okcode every X seconds to backend and do the required tasks.

See the wiki

https://wiki.scn.sap.com/wiki/x/1xNSHQ

and

the wiki https://wiki.scn.sap.com/wiki/x/POk

re parameter

~ITSMOBILEJSINCLUDE

(The standard method I have mostly seen for the same would be the handheld user hitting a function "refresh" key on the industrial device itself)