1.Functional Description
1.1Purpose
This function will retrieve the calculated forecasts for the online calculation.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
1.Read a Record from the DetailRecords List and return the data from it to the app
If there are no more records to read, move a '1' to NoMoreRecords
^
D3400690 - Forecast Retrieve Calculations
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
|---|---|---|---|---|
| jdRequestedDate | DRQJ | JDEDATE | NONE | NONE |
The date that an item is scheduled to arrive or that an action is scheduled for completion. | ||||
| mnQuantity | FQT | MATH_NUMERIC | NONE | NONE |
The quantity of units forecasted for production during a planning period. | ||||
| mnAmount | FAM | MATH_NUMERIC | NONE | NONE |
The current amount of the forecasted units for a planning period. | ||||
| idDetailRecords | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
| cNoMoreRecords | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
| None |
| None |