Skip to Content
0
Feb 19, 2009 at 09:19 AM

Time Difference between the fields

262 Views

Dear Gurus,

I have two date fields from_date and to_date .I have to time fields from_time and to_time.I need to calculate the difference in hours between (from_date,from time ) and (To_date,to_time) in hours.

I have used various function modules to get the difference.i used GET_DELTA_TIME_FROM_DT it worked but it will convert the output to zero if the hours exceeds 240000 hrs.

Could you Please help to get my requirement.As this stopping my work