CRPCopyPeggingToDispatchGroup

CRP, Copy Pegging To Dispatch Group

Minor Business Rule

Object Name: N3300190

Parent DLL: CMFG

Location: Client/Server

Language: NER

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


^

Data Structure

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 NameData ItemData TypeReq/OptI/O/Both
cCapacityModeCAPMcharNONENONE

A code indicating which planning is being used. Valid values are:     1    Resource Requirements Planning     2    Rough Cut Capacity 
Planning     3    Capacity Requirements Planning

szWorkCenterMCUcharNONENONE

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szBranchMMCUcharNONENONE

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 
represent lower-level business units, subordinate to it. For example:     o Branch/Plant (MMCU)     o Dept A (MCU)     o Dept B (MCU)     o Job 123 
(MCU) Business unit security is based on the higher-level business unit.

szDispatchGroupMCUWcharNONENONE

A category code used to group work centers within an overall business unit. For example, you can use this code to group similar machines 
operating out of several work centers that report to one business unit.

szUnitOfMeasureUMcharNONENONE

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, 
cubic meter, liter, hour, and so on.

szWorkcenterBranchWMCUcharOPTNONE

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 
(F41001).

Related Functions

None

Related Tables

None