1.Functional Description
1.1Purpose
This function reads the Period Summary records from F3312 for the input Work Center and writes the
records to F3312 for the Dispatch Group.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
Select records from F3312 using key values CWCAPM = CapacityMode, CWMCU = WorkCenter,
CWMMCU = Branch, CWUM = UnitOfMeasure
Do while the F3312 fetch is successful
Fetch the next F3312 record
If successful
CWMCU = DispatchGroup
Write a new record to F3312 for the DispatchGroup
End
End
^
D3300190 - CRP, Copy Pegging To Dispatch Group
Data Item Data Structure DescriptionI/ORequiredNotes
CAPM Capacity Mode IY
MCU Work Center IY
MCUW Dispatch Group IY
MMCU Branch IY
UM Unit Of Measure IY
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cCapacityMode | CAPM | char | NONE | NONE |
A code indicating which planning is being used. Valid values are:
1 Resource Requirements Planning
2 Rough Cut Capacity
| ||||
szWorkCenter | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szBranch | MMCU | char | NONE | NONE |
A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which
| ||||
szDispatchGroup | MCUW | char | NONE | NONE |
A category code used to group work centers within an overall business unit.
For example, you can use this code to group similar machines
| ||||
szUnitOfMeasure | UM | char | NONE | NONE |
A user defined code (00/UM) that identifies the unit of measurement for an amount or quantity. For example, it can represent a barrel, box,
| ||||
szWorkcenterBranch | WMCU | char | OPT | NONE |
This is the branch/plant to which the work center belongs and must exist in the business unit master (F0006) and branch plant constants file
|
None |
None |