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

Help Req: Refreshing Screen

Former Member
0 Likes
545

Hi Folks,

Could anyone from amongst you let me know if we can refresh contents of screen after a stipulated time. e.g. after every 5 minutes i need to refresh a screen.

Please let me know if it is possible and if so could you also send me some demo code so that i can understand what is done in order to achieve it.

Regards,

Im

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
510

Hi,

Check this link:

http://www.sap-img.com/fu014.htm

This ABAP program will automatically update a report every 30 seconds while it is on the screen

at the same time keeping the GUI screen buttons active.

Reward if it helps.

Thanks,

Swati

3 REPLIES 3
Read only

Former Member
0 Likes
510

Hi,

There is no any provisions to refresh the screen in periodic manner.But there is no any scenario will be like this.

Regards,

Sankar.

Read only

Former Member
0 Likes
511

Hi,

Check this link:

http://www.sap-img.com/fu014.htm

This ABAP program will automatically update a report every 30 seconds while it is on the screen

at the same time keeping the GUI screen buttons active.

Reward if it helps.

Thanks,

Swati

Read only

0 Likes
510

Hi Swati,

Thanks for the code.

Can this piece of code be used in modular programming?

Regards,

Imran