1.Functional Description
1.1Purpose
This business function will validate that the Work Order Table (F4801) contains the given Work Order
Number. This function will return a code '1'in the errorcode field, if the WO is found and '0' if not
found.
1.2Setup Notes and Prerequisites
None.
'b7'b7'b7'b7
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Check the Work Order table (F4801) for a record using Document Number (DOCO) as the key field.
If the WO is found, the function will return '1' in the Error Code field, and '0' if the WO is not
found. Return the error message, Work Order number invalid (Number - ) to the DOCO field. The Cost
Centre (MCU) and Subsidiary (SUB) from the Work Order will be returned
D3100180 - Verify Work Order Exists
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,
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
szCostCenter | 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
| ||||
szSubsidiary | SUB | char | NONE | NONE |
A subset of an object account. Subsidiary accounts include detailed records of the accounting activity for an object account. | ||||
szDocumentType | DCTO | char | NONE | NONE |
A user defined code (00/DT) that identifies the type of document. This code also indicates the origin of the transaction. J.D. Edwards has
| ||||
mnOrderQuantity | UORG | MATH_NUMERIC | NONE | NONE |
The quantity of units affected by this transaction. | ||||
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). | ||||
mnQuantityShipped | SOQS | MATH_NUMERIC | NONE | NONE |
The number of units committed for shipment in Sales Order Entry, using either the entered or the primary unit of measure defined for this
| ||||
mnQuantityScrapped | SOCN | MATH_NUMERIC | NONE | NONE |
The number of units canceled in Sales Order or Work Order Processing, using either the entered or the primary unit of measure defined for
|
None |
F4801 Work Order Master File |