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: 

identifying the date as holiday or working day

Former Member
0 Kudos

hi

if a date is given then how to find, that day is holiday or working day.

plz reply soon.

regards

kq

4 REPLIES 4

Former Member
0 Kudos

Hi

You can use FM OIJP_CHECK_HOLIDAY.

Regards

Yossi

Former Member
0 Kudos

Hi,

use this FM "CO2Z_FACT_CALENDAR_CHECK_DATE".

Pass calander id and date and it will return the required results.

Regards,

Pankaj Sharma

Former Member
0 Kudos

Hi,

Use this function module 'DATE_CONVERT_TO_FACTORYDATE'. It returns the factory calender date for a given date and factory calender ID ( Id is to calculate the working day based on the country). Hope this may help you.

varma_narayana
Active Contributor
0 Kudos

Hi..

You can find it by calling the FM <b>DAY_ATTRIBUTES_GET </b>

DAY_ATTRIBUTES_GET : Return useful information about a day. Will tell you the day of the week as a word (Tuesday), the day of the week (2 would be Tuesday), whether the day is a holiday, and more.

reward if Helpful.