cancel
Showing results for 
Search instead for 
Did you mean: 

How to refresh a Dynpro based iView automatically every X minutes?

Former Member
0 Kudos

Hello,

I would like to refresh a Dynpro based iView automatically every X minutes.

How can I do it? I prefer doing it using the iView built-in configuration but if it is not possible than using code.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Roy,

Not sure about iView, but you can refresh WD View (or whole WD application) -- just use Timer UI control with necessary delay and implement onTimeout (not sure about name) action handler.

Valery Silaev

EPAM Systems

http://www.NetWeaverTeam.com

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

See this thread

Kind Regards

Mukesh

Former Member
0 Kudos

Thank you all for the quick help.

Former Member
0 Kudos

Hi,

I doubt if there is any iView property which helps you do this.

Via code, you can use a TimedTrigger UI element. Set the delay to some duration that you want and in the event handler for onAction event, write your code to refresh the view.

Regards,

Satyajit.