Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Refresh data without user interaction

Former Member
0 Likes
506

Hello everyone,

I want to refresh data on the screen when the data is changed at the backend without user interaction.

I have googled on this... and looks it might be possible with custom controls in SAP Control Framework.... But I am not able to understand the concept properly or how it can be implemented...

Please advise.

Thanks in advance,

Karan

Edited by: Karan Kappal on Jul 26, 2008 11:52 PM

3 REPLIES 3
Read only

Former Member
0 Likes
477

You can do this witht the help of timer class

CL_GUI_TIMER is the class.

Check the Blog for details..

Read only

Former Member
0 Likes
477

Hi,

Class CL_GUI_TIMER to get an automatic grid refresh.

for more info check this threads:

http://www.sapdevelopment.co.uk/reporting/rep_autorefresh.htm

Regards

Adil

Read only

Former Member
0 Likes
477

Thanks for your help. Your advice for very useful.