The standard will sort the grid lines according to IPTDAT, TIMTYP, MFGNUM, OPENUM and CLEFLG. It is then possible to perform a personalized sort. The value 1 must then be added to the WCRETRK variable.
It it also possible for the user to indicate that they want to use the EP according to MBOTRKLIN by adding the value 2 to the WCRETRK variable.
There is no transaction in progress.
There is an open log file.
The MTKBENCHO mask is open and loaded.
In the table below, the significant content flag indicates that the content is in phase with the context.
Table | Significant content | Table Title |
FACILITY | Yes | Site |
ROUTING | No | Routing header |
ROUOPE | No | Routing detail |
MFGHEAD | No | WO header |
MFGOPE | No | WO operations |
WORKSTATIO | No | Work centers |
This entry point is triggered only if the value 2 has been added to the WCRETRK variable (WCRETRK=2 or 3) in the MBOTRKCRE entry point. It it used to force the creation of a new tracking and thus avoid the accumulation of different plan lines into a signle tracking by assigning the value 1 to the WNEW variable.
The standard will always create a new tracking when loading the allocation date.
For example, to force the creation of a new tracking when loading the WO number:
If WWMFGNUM<>[M:MBO]MFGNUM(nolign-1)
WNEW=1
Endif
There is one transaction in progress.
There is an open log file.
The MTKBENCHO mask is open and loaded.
WNEW: 0 by default Change to 1 to create a new tracking
WWMFGNUM: WO number of the tracking line that has just been created
nolign: line number being processed
In the table below, the significant content flag indicates that the content is in phase with the context.
Table | Significant content | Table Title |
FACILITY | Yes | Site |
ROUTING | No | Routing header |
ROUOPE | No | Routing detail |
MFGHEAD | No | WO header |
MFGOPE | No | WO operations |
WORKSTATIO | No | Work centers |