In the table below, the significant content flag indicates that the content is coherent with the context (...).
Table | Significant content | Table Title |
WORKLOAD | Yes | Work centre load |
This entry point is used at the constitution of a reading filter on table WORLOAD before its update.
The WORKLOAD [WKL] table is open at the moment of the entry point call.
This entry point is used to replace the standard filter.
For instance :
$ACTION
ACTION example
When "FILTERWKL" : Gosub FILTER_WKL
Endcase
Return
$FILTER_WKL
If GFONCTION = 'FUNMIWL'
Filter [WKL] Where MFGFCY=LMFGFCY & WST=LWST & PEREND >= WSTRDAT & PERSTR <=WSTRDAT
& Order By Key WKL0
GPE = 1
Endif
Return
In the table below, the significant content flag indicates that the content is coherent with the context (...).
Table | Significant content | Table Title |
WORKLOAD | No | Work centre load |