cancel
Showing results for 
Search instead for 
Did you mean: 

Working days calcuation irrespective of Factory Calendar

Former Member
0 Kudos

Hello,

I need to develop a logic for 5 week day in custom report which is irrespective of factory calendar.

Can anyone help me out for any FM.

Thanks

Gaurav

Accepted Solutions (0)

Answers (2)

Answers (2)

shekhar_gupta3
Explorer
0 Kudos

Hi Gaurav,

Please try following function modules

DATE_COMPUTE_DAY             

Returns weekday for a date

DATE_COMPUTE_DAY_ENHANCED

DATE_CONVERT_TO_FACTORYDATE  

Calendar function: Returns factory calendar date for a date

DATE_GET_WEEK                 

Calendar fucntion: Returns week for a date

EASTER_GET_DATE             

  Calendar function: Gives Easter dates (Easter Sunday, ...)

FACTORYDATE_CONVERT_TO_DATE

   Calendar function: Returns date for a factory calendar date

HOLIDAY_CHECK_AND_GET_INFO    

Calendar function: Public holiday check with information

LAST_FACTORYDATE_GET         

Calendar function: Return last factory date for a factory calendar

WEEK_GET_FIRST_DAY           

Calendar function: Return first day for a week

If you need more for function modules, please look in package "SZC" with fucntion group "SCAL" of SNC. It contains all FMs for Calendar functionality.

Hope this helps!

Regards

Shekhar

you should get func

Former Member
0 Kudos

please check ,

Former Member
0 Kudos

Hi Shivrani

Thanks for the reply.

The function module given in the above link works in ECC but i need them from SNC side.