‎2006 Feb 27 11:12 AM
is there any function module to find out no of workings days for a given date range of factory calendar
‎2006 Feb 27 11:17 AM
‎2006 Feb 27 11:23 AM
Hi,
You need to use this FM <b>DATE_CHECK_WORKINGDAY</b>
, loop the date range and call the FM , if sy-subrc = 0.increase the counter,
and show the no of working days days after loop..
Regards
vijay
‎2006 Feb 27 11:32 AM
hi,
Use FM <b>Holiday_Get</b>, you get the list of holidays. you can then subtract that from total no of days to get the working days.
Regards,
Sailaja.
‎2006 Feb 27 2:31 PM
Hi,
Try FM 'DATE_CONVERT_TO_FACTORYDATE' Returns factory calendar date for a date. This FM as documentation.
I'm on 4.6c
Best reagards,
Maria João Rocha