Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to know number of working days if fiscal year and month are known

Former Member
0 Kudos

Hi all,

I know the fiscal year, month and also the fiscal year variant. I should have to know the number of working days in that fiscal month.

Can any body help me in this by suggesting any FM or any other method.

Thanks id advance,

JJ.

1 REPLY 1

Former Member
0 Kudos

Hi,

You can use FM HOLIDAY_CHECK_AND_GET_INFO to check for holidays according to the calendar. You can use FM DATE_CONVERT_TO_FACTORYDATE to check for working days and non-working days.

Refer this:

https://forums.sdn.sap.com/click.jspa?searchID=12703448&messageID=2167756

Regards,

Shiva Kumar