‎2008 Apr 23 6:37 AM
Hi,
I want functionality of Function module "ISHMED_CALC_DATE_TIME_DIFF" .
Thanks
‎2008 Apr 23 6:42 AM
It is use to find the difference between two dates or times.
You can use SD_DATETIME_DIFFERENCE instead of that.
Regards,
Amit
‎2008 Apr 23 6:42 AM
It is use to find the difference between two dates or times.
You can use SD_DATETIME_DIFFERENCE instead of that.
Regards,
Amit
‎2008 Apr 23 6:46 AM
Hi,
Use the Function Module ISHMED_CALC_DATE_TIME_DIFF
Import parameters Value
I_BEGDT 01.01.2007
I_BEGTM 00:00:00
I_ENDDT 01.08.2007
I_ENDTM 00:00:00
Changing parameters Value
CR_ERRORHANDLER
Export parameters Value
E_DIFF_DAY 212
E_ENDDT_EARLY
E_RC 0
U can find the time and date difference from this function module.
Regards,
Raj.
‎2008 Apr 23 6:49 AM
to find the different no of days and time between begining date and ending date
‎2008 Apr 23 6:49 AM
Hi,
This FM ISHMED_CALC_DATE_TIME_DIFF will take the two dates and two tmes.
And it will give the difference between two dates n two times means
if we enter 04/23/2008 and 04/20/2008 then it will give 3 days as difference same for the time also
‎2008 Apr 23 6:51 AM
Hi,
use of the fm ISHMED_CALC_DATE_TIME_DIFF is calculate the difference between two dates.
Regards
Kiran Sure