‎2009 Feb 04 11:17 AM
Hi,
Is there any timer control availbale in ABAP like in visual basic ?
"I went through timestamp options but it doesnt suit the functionality "
‎2009 Feb 04 11:21 AM
Hi,
You can refer this link
http://help.sap.com/saphelp_nw04/helpdata/en/53/7bfa40badbf56fe10000000a1550b0/content.htm
Thanks
Arun kayal
‎2009 Feb 04 11:25 AM
Hi,
So there is not built in thing called timer functions in ABAP right ..?
‎2009 Feb 04 11:39 AM
Use function module 'PROGRESS_INDICATOR' which resets the time set by the Basis people
for running the ABAP program.
‎2009 Feb 04 11:44 AM
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 ?
‎2009 Feb 06 4:36 AM
Hi Rejish,
Could u plz tell me how were u able to time control the screen???
I ll be thankful if u respond.
Thnks
‎2009 Feb 09 12:03 PM
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 .