1.Functional Description
This business function will Update Parent Current Costs (A1/A2) in F3102 Variance Master file.
1.1Purpose
This is to be used to Update the Current Parent Costs for the Parent in the WO Variance file.
1.2Setup Notes and Prerequisites
Calculate the Material and Scrap Costs by using Business Function (B3100560) before calling this
function
and call this function twice (For Cost Type 'A1'/'A2').
1.3Special Logic
2.Technical Specifications
2.4Processing
The following actions have to be performed by the Business Function.
1. Read the Variance table(F3102) using Input DOCO and KIT and COST as the key.
If the row is found
IGCCCU = Input CCCU
IGCCCA = Input CCCA
IGUOM = Input UOM
Update F3102
Endif
^
D3100570 - Update Current Parent Costs
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnDocumentNumber | DOCO | MATH_NUMERIC | NONE | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
mnShortItemNumber | KIT | MATH_NUMERIC | NONE | NONE |
The system provides for three separate item numbers.
1. Item Number (short) - An eight-digit, computer assigned, completely
| ||||
szCostType | COST | char | NONE | NONE |
A code that designates each element of cost for an item. Examples of the cost object types are:
o A1 Purchased raw material
o B1
| ||||
mnCurrentCostUnits | CCCU | MATH_NUMERIC | NONE | NONE |
The current units to produce a given amount of product. | ||||
mnCurrentCostAmount | CCCA | MATH_NUMERIC | NONE | NONE |
The current amount to produce a given amount of product. | ||||
szUnitOfMeasure | UOM | char | NONE | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
cSuppressErrorMessage | 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 |
F3102 Production Cost |