Application Development 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: 

Help Req: Refreshing Screen

Former Member
0 Kudos

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

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

Hi Swati,

Thanks for the code.

Can this piece of code be used in modular programming?

Regards,

Imran