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

Timer control in ABAB

rejish_balakrishnan
Contributor
0 Likes
751

Hi,

Is there any timer control availbale in ABAP like in visual basic ?

"I went through timestamp options but it doesnt suit the functionality "

6 REPLIES 6
Read only

Former Member
0 Likes
709
Read only

0 Likes
709

Hi,

So there is not built in thing called timer functions in ABAP right ..?

Read only

0 Likes
709

Use function module 'PROGRESS_INDICATOR' which resets the time set by the Basis people

for running the ABAP program.

Read only

0 Likes
709

Thank u for that answer .. But i want to use timer control in a way that if there is a pause in selection screen for a minute some timeout message should be displayed .. so any guess on that ?

Read only

0 Likes
709

Hi Rejish,

Could u plz tell me how were u able to time control the screen???

I ll be thankful if u respond.

Thnks

Read only

0 Likes
709

Hi,

Use following ocde :

WAIT FOR N MINS.

.But if it still cant achieve it then go for java code.I have tried many other finction module ,, but non suited my requirement as they are assigned to only some particular purpose.

In this , i can give an hint .

Compare sy-datum at regular intervals .But this can be done only when a user action has been performed or there is a screen navigation.;

If it still not satisfying you , then i am sorry for being unable to help u.

Thank you .