2007 Jul 31 4:10 PM
Hi
This is the query on time.
I am getting the current system time using sy-uzeit.I want the one hour after time from the current time.
eg. current time : 8:25
one hour after time : 9:25
Is there any funtion module to get the one hour time from the current time,or if somebody face such prob pls post the code.
Thanks
mrutyun^
Hi
This is the query on time.
I am getting the current system time using sy-uzeit.I want the one hour after time from the current time.
eg. current time : 8:25
one hour after time : 9:25
Is there any funtion module to get the one hour time from the current time,or if somebody face such prob pls post the code.
Thanks
mrutyun^
2007 Jul 31 4:23 PM
Just add 3600 (seconds) to sy-uzeit.
time = sy-uzeit + 3600.
Depending on what you're doing, you'll probably want to check if it went past midnight and on to the next day.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |