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: 

How to write something every x second in program

tomas_balcar4
Explorer
0 Kudos

Hi, all!

I need write actual time every 15 seconds. How can I do that? 🙂

Once is very easy:

write: sy-uzeit.

OUTPUT:

12:12:12

I would like to make this:

12:12:00

12:12:15 (after 15 sec)

12:12:30 (after next 15 sec)

etc....until exit window!!

THX in advance!

4 REPLIES 4

horst_keller
Product and Topic Expert
Product and Topic Expert
0 Kudos

No way with classic dynpros alone.

You can try to flush into a browser control in a dynpro screen or use modern techniques like APC with a timer (but then you cannot use classic dynpro at all).

former_member186746
Active Contributor

Hi,

What do you mean with need?

What is the business requirement where this is a valid request?

Kind regards, Rob Dielemans

0 Kudos

Curious about that myself. Doesn't make a lot of sense in the ERP context...

tomas_balcar4
Explorer

Auto refresh ALV using CL_GUI_TIMER