Functional Description
Purpose
Determine whether the Work Order Lock Flag (EQW2) has been activated in the W. O. Status Action Table
(F4826).
Setup Notes and Prerequisites
Special Logic
Technical Specification
1. Initialize Error Message ID (EV01) field to a single blank character
2. Read the Work Order Status Action table (F4826) using Order Type (DCTO), Type (TYPS), and
Status (SRST) as the keys.
3. If rows exists and the Work Order Lock Flag (EQW2) is equal to a '1' or a '2',
Move Error ID ("4833") to DS Error Message ID (DTAI)
If DS Suppress Error Messages (EV01) is not equal to 1
4. Issue GBR error "4833" (NULL)
^
D4800040 - F4826 Verify Work Order Lock
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szOrderType | 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
| ||||
cType | TYPS | char | NONE | NONE |
A user defined code (00/TY) that indicates the classification of a work order or engineering change order.
You can use work order type as a
| ||||
szStatusCode | SRST | char | NONE | NONE |
A user defined code (00/SS) that describes the status of a work order, rate schedule, or engineering change order. Any status change from
| ||||
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 |
F4826 W.O. Status Action Table |