1.Functional Description
1.1Purpose
Determine the Parent Item Cost Percent from the CoByProduct Planning Table (F3404).
1.2Setup Notes and Prerequisites
This function is performed once per Discrete Parent Item.
1.3Special Logic
2.Technical Specifications
2.4Processing
Work fields
WK HoldParentCostPercent.
1.0. Initialize DS ParentCostPercent = 1
1.1. Initialize WK HoldParentCostPercent = 100.
1.2. Fetch records from CoByProducts planning table until match is found or fetch fails.
Index;
Where: F3404 MMCU = DS ParentBranch
F3404 KIT = DS ParentItem
return: F$RP, MMCU, KIT, ITM, CMCU
F3404.
MatchFound.
1.2.4. If not MatchFound, WK HoldParentCostPercent = WK HoldParentCostPercent - F3404 F$RP.
1.4. If Wk HoldParentCostPercnet <= 100, Assign DS ParentCostPercent = WkHoldParentCostPercent
/ 100.
D3001670 - Costing, Calculate Parent Cost Percent
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szParentBranch | 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
| ||||
mnParentItem | KIT | MATH_NUMERIC | NONE | NONE |
The system provides for three separate item numbers.
1. Item Number (short) - An eight-digit, computer assigned, completely
| ||||
mnParentCostPercent | F$RP | MATH_NUMERIC | NONE | NONE |
A percentage that the Simulate Cost Rollup program uses to calculate the cost of a feature or option item as a percentage of the total cost
| ||||
jdAsOfDate | ASDE1 | JDEDATE | NONE | NONE |
The date used for effectivity checking. Enter a specific date to display documents (orders, bills of material, routings, as applicable) that are
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szErrorMessageID | DTAI | char | NONE | NONE |
A code that identifies and defines a unit of information. It is an alphanumeric code up to 8 characters long that does not allow blanks or
|
None |
F3404 Co-Products Planning/Costing Table |