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

How to write something every x second in program

tomas_balcar4
Explorer
0 Likes
1,610

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
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
0 Likes
1,497

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).

Read only

Former Member
1,497

Hi,

What do you mean with need?

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

Kind regards, Rob Dielemans

Read only

0 Likes
1,497

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

Read only

tomas_balcar4
Explorer
1,497

Auto refresh ALV using CL_GUI_TIMER