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: 

Fcatory Calender Query

former_member188001
Active Participant
0 Kudos

Hi,

I want to get all the working/non-working days. For this I am going to table TFACD. Here I got the holiday calender Id but I am not able to understand how we get the working/non-working days in this table.

Regards,

Salil

1 ACCEPTED SOLUTION

gabriel_pill-kahan
Active Participant
0 Kudos

You can try FM HOLIDAY_CHECK_AND_GET_INFO. This FM gets information on a single date, so you might have to create a loop for a date range you're interested in.

Cheers,

Gabe

2 REPLIES 2

gabriel_pill-kahan
Active Participant
0 Kudos

You can try FM HOLIDAY_CHECK_AND_GET_INFO. This FM gets information on a single date, so you might have to create a loop for a date range you're interested in.

Cheers,

Gabe

former_member188001
Active Participant
0 Kudos

solved the problem on my own using FM <b>HOLIDAY_GET</b>