cancel
Showing results for 
Search instead for 
Did you mean: 

Refreshing Interface WD ABAP : Auction System

fachiniruben
Newcomer
0 Kudos

Hi,

I am developing an auction system, when a user makes a bid, it should be displayed on the screen of the other logged users.

I do not like too use the "TimedTrigger" component, because it will make several requests to the server.

Is it possible to develop something that when some data is inserted into a specific table, performs a routine to check the value and update the interfaces of logged users?

Thanks and best regards.

Rúben Fachini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I think for this you have to use timedTrigger only.

You have to add the new entry in the DB, and at some fixed duration you have to update the data on UI from the DB, with the help of timer.