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: 

Autorefresh a table control in a screen

Former Member
0 Kudos

Hi experts,

I am creating an application in ABAP using screen programming in which i want to display data from database table into a table control in the screen. What i want is to display refreshed data every time whenever there is a new entry in database table(without clicking any button). Is there any other way to set a timer which refreshes the table control after a regular interval. Please help.

Regards,

Vaibhav Tiwari.

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

Try to use the class CL_GUI_TIMER.

Look at this link <a href="http://www.abapforum.com/forum/viewtopic.php?t=2850&highlight=clguitimer">CL_GUI_TIMER</a> or <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=cl_gui_timer&cat=sdn_all">search CL_GUI_TIMER at SDN</a>

Regards

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

Try to use the class CL_GUI_TIMER.

Look at this link <a href="http://www.abapforum.com/forum/viewtopic.php?t=2850&highlight=clguitimer">CL_GUI_TIMER</a> or <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/advancedsearch?query=cl_gui_timer&cat=sdn_all">search CL_GUI_TIMER at SDN</a>

Regards