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: 

Query on time ..................

Former Member
0 Kudos
65

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^

1 REPLY 1

Former Member
0 Kudos
40

Try this:

newtime = sy-uzeit + 3600.