cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement an "output" view

Former Member
0 Kudos

Hi All,

Is it possible to have 2 web dynpro views on one page where one of the views refreshes every 3 seconds where as the other stays as is.

In other words, I would like to refresh one view every 3 seconds while not having to reload the entire page.

Thanks!

Roman D.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hellow Roman

You can use a viewset of 1 column and 2 rows in the window. Embed corresponding views in the viewset's cells.

You can then give the 'default' property of these views as 'true' to show them simultaneously. Plus you can use the link given in above post to refresh the view at regular interval of time.

Try this, I hope it helps you.

Regards

Kapil

Former Member
0 Kudos

Just to add to Nagarajan's point, (the link is good):

a) Create a ViewContainerUIElement

b) Create a view with TimedUITrigger as mentioned in Nagarajan's link

c) Attach the view to the viewcontainer

This should help you.

Regards,

Subramanian V.

Former Member
0 Kudos

Thanks All

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Roman,

Try out this

Hope it helps,

-Nagarajan.