Show TOC
COPF_DETERMINE_START_TIME
Functionality
You use this function module to calculate the
start date and time of time intervals.
In the function call, you must transfer the
following information to the function module:
- The end date of the time interval (parameter
I_END_DATE)
- The end time of the time interval (parameter
I_END_TIME)
- The duration of the time interval, weekends
and public holidays not included (parameter I_DURATION)
- The time unit of the duration if it has not
been specified in days (parameter I_UNIT_OF_DURATION)
- A factory calendar if you do not want to use
the Gregorian calendar (parameter I_FACTORY_CALENDAR)
The function module calculates the start date
(parameter E_START_DATE) and start time (parameter E_START_TIME) of the time
interval and transfers them to the PI sheet.