1.Functional Description
 
1.1Purpose
This NER is used to calculate the remaining quantity for a specific routing step of a manufacturing 
work order.  This NER is necessary when a WO is completed through Super Backflush and there is some 
scrap reported.  This business functions loops through the previous routing steps and adds up all the 
quanitity at operation for each routing step.
2.Technical Specifications
2.4Processing 
This NER loops through F3112 and accumulates the Quantity at Operation (QMTO) of all records that 
have a work order number (DOCO) equal to and an operation sequence (OPSQ) less than or equal to the 
corresponding values passed in.
D3102230 - F3112 Calculate Remaining Quantity
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both | 
|---|---|---|---|---|
| mnDocumentOrderInvoiceE | DOCO | MATH_NUMERIC | OPT | NONE | 
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry, 
  | ||||
| mnSequenceNoOperations | OPSQ | MATH_NUMERIC | OPT | NONE | 
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the 
  | ||||
| mnUnitsQuantityRemaining | SOQE1 | MATH_NUMERIC | OPT | NONE | 
This is the remaining quantity for an operation. The remaining quantity is calculated by subtracting the quantity completed from the standard 
  | ||||
| None | 
| None |