- write the filter on the ORDERS table:
Filter [ORD] Where STOFCY=LFCY & ITMREF=LITM & FMI<2 Order By Key ORD1
For example
In order not to take into account the resources and requirements suggested, & WIPSTA<>3 must be added to the filter. The filter to write will thus be:
Filter [ORD] Where STOFCY=LFCY & ITMREF=LITM & FMI<2 & WIPSTA<>3 Order By Key ORD1