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