‎2010 Jun 16 1:04 PM
hi friends,
i am getting runtime error at years = ( l_date3+0(4) + ( l_total_number_days / days_in_year ) ). in the FM HR_HK_DIFF_BT_2_DATES.
can any one give me a soluion,
thanks
rahul
‎2010 Jun 16 1:09 PM
Hi,
Check what you have passed to the dates. (DATE1 , DATE2)
If the difference is greater than 999 years , then you'll get the below dump.
l_date3 = ( date1 + 1 ) - date2.
‎2010 Jun 16 1:09 PM
Hi,
Check what you have passed to the dates. (DATE1 , DATE2)
If the difference is greater than 999 years , then you'll get the below dump.
l_date3 = ( date1 + 1 ) - date2.
‎2010 Jun 16 1:10 PM