Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Base class for the forecasting strategies/algorithms to be used for forecast generation.
Syntax
public void execute(
ReqDemPlanAllocationKeyFilterTmp _allocationKeyFilterTable,
ReqDemPlanCreateForecastDataContract _dataContract,
RefRecId _version,
ReqDemPlanTaskLoggerInterface _logger)
Run On
Called
Parameters
- _allocationKeyFilterTable
Type: ReqDemPlanAllocationKeyFilterTmp Table
Temporary table hodling the values for the allocation keys to be used.
- _dataContract
Type: ReqDemPlanCreateForecastDataContract Class
Data contract to be used.
- _version
Type: RefRecId Extended Data Type
- _logger
Type: ReqDemPlanTaskLoggerInterface Interface
Logger instance to be used.