cancel
Showing results for 
Search instead for 
Did you mean: 

Date based on factory calendar

Former Member
0 Kudos

Hi,

I want to add days(N) to a date and calculate a new date based on factory calendar so that the holidays won't be considered. Which is the function module to use in CRM ?

Regards,

Vin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Try using function module END_TIME_DETERMINE.

This function is adding a certain amount to a given date considering the given factory calendar.

Regards,

Timo.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi siva,

Thanks for the reply. But it does not solve the problem since it will still consider the holidays which we want to avoid.

Regards,

Vin

Former Member
0 Kudos

Hi Vinayak,

Use DATE_CONVERT_TO_FACTORYDATE FM to convert date to factory date.

To add the no of days to date.

first add Days to the normal date by normal arithmatic + ooperation and then

use that FM to convert to factory date...

This is the only way to solve ur problem.

Siva

former_member806481
Participant
0 Kudos

will it help in excluding saturday, sunday and public holiday ?