Application Development and Automation 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: 
Read only

Fcatory Calender Query

former_member188001
Active Participant
0 Likes
561

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
Read only

gabriel_pill-kahan
Active Participant
0 Likes
532

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

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

2 REPLIES 2
Read only

gabriel_pill-kahan
Active Participant
0 Likes
533

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

Read only

former_member188001
Active Participant
0 Likes
532

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