Hi,
in one of my select statement I say
date of creation as = sy-uzeit.
so it takes the system time, so when it takes system time I want to add 2 more houres to that time
sy-uzeit + 2 hours ,
so how can it be done.