1.Functional Description
1.1Purpose
To Retrieve Equipment Number, Status and Business Unit from F4801 by Order Number.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
F4801. Fetch Single
BF szBusinessUnit <- TK Business Unit
BF szStatusCodeWO <- TK Status Code W.O.
BF mnEquipmentNumber <- TK Asset Item Number
D1300270 - F4801 Retrieve WO Data
Data Item Data Structure Description I/ORequiredNotes
DOCO Order Number I R
NUMB Equipment Number O
MCU Business Unit O
SRST Status O
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnOrderNumber | DOCO | MATH_NUMERIC | REQ | NONE |
A number that identifies an original document. This document can be a voucher, a sales order, an invoice, unapplied cash, a journal entry,
| ||||
szBusinessUnit | MCU | char | OPT | OUTPUT |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
mnEquipmentNumber | NUMB | MATH_NUMERIC | OPT | OUTPUT |
An 8-digit number that uniquely identifies an asset. | ||||
szStatusCodeWo | SRST | char | OPT | OUTPUT |
A user defined code (00/SS) that describes the status of a work order, rate schedule, or engineering change order. Any status change from
| ||||
mnAmountEstimatedMaterial | AMMC | MATH_NUMERIC | OPT | OUTPUT |
This is the estimated material cost of a work order. | ||||
mnAmountEstimatedLabor | AMLC | MATH_NUMERIC | OPT | OUTPUT |
This is the estimated labor cost of a work order. | ||||
mnAmountEstimatedOther | AMOT | MATH_NUMERIC | OPT | OUTPUT |
Amount - Estimated Other. | ||||
szDescription001 | DL01 | char | OPT | OUTPUT |
A user defined name or remark. |
None |
None |