‎2008 Jun 12 8:54 AM
Hi,
Could anybody assist me, My requirement is to determine delay of delivery date is equal to (goods receipt posting date u2013 planned delivery date) based on the Factory calender as well as Pulic holidays i.e it should not consider both.Is there any function module to find out the date diffrence. The difference should be '+' or '-' OR 'ZERO'
Thanks in advance.
Regards.
I.Reddy Prasad.
‎2008 Jun 12 8:59 AM
Hi,
SD_DATETIME_DIFFERENCE
SD_CALC_DURATION_FROM_DATETIME
SD_DATETIME_DIFFERENCE
try these FMs
‎2008 Jun 12 9:01 AM
hi,
If you have determined the delivery date ... you can calculate the date difference as shown below.
v_date = v_date1 - v_date2.
Regards,
Santosh
‎2008 Jun 12 9:03 AM
HI,
Try this fn module.
*Claculate number of days between two dates
'DAYS_BETWEEN_TWO_DATES
Hope it helps you.
<REMOVED BY MODERATOR>
Regards,
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 7:10 PM
‎2008 Jun 12 9:19 AM
‎2020 Jan 21 2:01 PM
‎2008 Jun 12 9:22 AM
‎2008 Jun 12 10:01 AM
Hi
Use this Funtion Module : L_MC_TIME_DIFFERENCE : Find the time difference between two date/time
It will helpful to you.
<REMOVED BY MODERATOR>
With Regards
Nikunj Shah
Edited by: Alvaro Tejada Galindo on Jun 12, 2008 7:10 PM
‎2008 Jun 12 10:13 AM