cancel
Showing results for 
Search instead for 
Did you mean: 

Dynpro-View/Table automatic refresh

Former Member
0 Kudos

Hi @ll,

how can i perform an automatic update/check on a dynpro-view with a Table.

We have some groups where a limit is set to 1. If 2 people sign in at the same time, or with some seconds between, the group get overuned and 2 people are registered in this group.

Thxs

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi Daniel,

Seems you are looking for lock (Enqueue) to control here instead of auto refresh! From the description, you need to set lock (so other users cant login simultaneously).

OR if you are looking for auto refresh of table in view, you could use Timer UI element and implement event to auto reload at certain intervals.

Hope this helps,

Regards,

Kiran