Process OPTLIBA: Detailed Scheduling
SBBWST: Differentiating work center resources
This entry point is used to differentiate the various main work centers in the scheduling (as sub-work centers).
To do this, updates are required:
- When extracting the work center data (splitting the work centers into as many sub-work centers as necessary). See the OPTLIB process.
- When extracting operations (assigning the operation to the relevant work center according to a defined criteria). See the OPTLIB process.
- When updating once the scheduling is complete (the criteria is updated).
Example:
To differentiate work centers based on tooling, the P1 work center can be broken down as follows:
P1 - 00
P1 - 01 Tool1
P1 - 02 Tool2
Work center 00 is always available for the operations that are not defined according to the criteria.
Context and operating mode
Transaction
There is one transaction in progress.
Log file
The log file is open.
Different call cases
The entry point is called once, each call is identifiable by the global variable GSBBWST:
GSBBWST = "UPDINIT"
This entry point serves to supply the distinction criterion in the form of a field in the MFGOPE table, for which it is necessary to enter the alphanumeric variable XSCHSBB (length 15).
The XSBBT grid must be loaded again if necessary.
For example:
XSCHSBB = "EQUNUM" # Standard tool field
GPE = 1
Available variables and masks
None.
MFOPOINT: Update of a MFO operation
This entry point located in the price list search process OPTLIBA generates an action "MFOPOINT".
The goal of this action is to give the possibility to fill specific/custom fields during the update of a work order's operations.
Context and operating method
Transaction
There is one transaction in progress.
Log file
One log file is open.
Different call cases
The call is made before rewriting each operation.
Available variables and masks
The following file classes are loaded: [F:MFG], [F:MFO]
The [F:MFO] class can be modified to load specific/custom fields.