1.Functional Description
1.1Purpose
The purpose of this function is to calculate the Routing Costs for outside operations. The Cost
Bucket (the second description in UDC table 30/CO for the Cost Type), Outside Operation Cost, Unit Cost,
and Outside Operation Description are returned. Using the values sent in, this function will retrieve
the Unit Costs from F30026. From the Unit Cost and other information about the item, the Outside
Operation Cost will be calculated.
2.Technical Specifications
2.4 Processing
1. Retrieve Cost Bucket from DRDL02 in UDC table and return in EV01.
for this item number.
IRMMCU = IEMMCU
BLANKS = IELOCN
BLANKS = IELOTN
DS LEDG = IELEDG
DS COST = IECOST
OutsideOperationCost = OutsideOperationCost + ComponentCost
OutsideOperationCost = OutsideOperationCost + ComponentCost
6. If no F30026 records are found, set ErrorMessageId = '3505' (Record does not exists)
D3003200 - Calculate Costed Outside Ops
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCostComponent | COST | char | OPT | 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
| ||||
szIdentifier2ndItem | LITM | char | OPT | NONE |
A number that identifies the item. The system provides three separate item numbers plus an extensive cross-reference capability to
| ||||
mnOperationSeqNo | OPSQ | MATH_NUMERIC | OPT | NONE |
A number used to indicate an order of succession.
In routing instructions, a number that sequences the fabrication or assembly steps in the
| ||||
szBranch | MMCU | char | OPT | 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
| ||||
szCostMethod | LEDG | char | OPT | NONE |
A user defined code (40/CM) that specifies the basis for calculating item costs. Cost methods 01 through 19 are reserved for J.D. Edwards
| ||||
mnScrapPercent | CPYP | MATH_NUMERIC | OPT | NONE |
The cumulative planned output yield percent for a step. The system uses this value to adjust the operation step scrap percent for the
| ||||
mnRequestedQuantity | TRQT | MATH_NUMERIC | OPT | NONE |
A value that represents the available quantity, which might consist of the on-hand balance minus commitments, reservations, and
| ||||
cIntermediateItemExists | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnRequiredQuantity | QNTY | MATH_NUMERIC | OPT | NONE |
The number of units that the system applies to the transaction. | ||||
cCostBucket | EV02 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
mnOutsideOperationCost | B1EV1 | MATH_NUMERIC | OPT | NONE |
Work Amount field for the Manufacturing System. | ||||
mnBatchQuantity | BQTY | MATH_NUMERIC | OPT | NONE |
The quantity of finished units that you expect this bill of material or routing to produce. You can specify varying quantities of components
| ||||
cSuppressErrorMessageID | EV03 | char | OPT | NONE |
A radio button that specifies the level at which trace/track result is to be displayed. Select the Detail to display all transactions except IB, IX,
| ||||
szErrorMessageID | DTAI | char | OPT | 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
| ||||
szOutsideOpDescrption | DSC1 | char | OPT | NONE |
Brief information about an item; a remark or an explanation. | ||||
cFrozen | EV04 | char | OPT | NONE |
PeopleSoft event point processing flag 04. |
None |
F0005 User Defined Codes | ||||
F30026 Item Cost Component Add-Ons | ||||
F4101 Item Master | ||||
F41021 Item Location File |