Functional Description
Purpose
Retrieve a row from the Work Order Text table (F4802) with the input keys (document number, document
type, suffix, record type), to return the last (hightest) work order line number.
Setup Notes and Prerequisites
Special Logic
Technical Specification
1. Fetch a row with the input keys,DOCO, DCTO, SFXO, TYPR, and with LINS in descending order.
2. If a rows is not found, return the LINS as 0.
3. If a row is found, return LINS.
D4800100 - F4826 Activity Rules
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szStatusCodeWO | 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
| ||||
szNextStatusWO | NTST | char | NONE | NONE |
The next status for a work order, according to the work order activity rules,as the work order moves through the approval route.
You must
| ||||
szAllowedStatusCode1 | A1ST | char | NONE | NONE |
This is an optional field that indicates a status that can be assigned as the next step in the order process. Although this is not the preferred
| ||||
szAllowedStatusCode2 | A2ST | char | NONE | NONE |
This is an optional field indicating a status that can be performed as the next step in the order process. Although this is not the preferred or
| ||||
szAllowedStatusCode3 | A3ST | char | NONE | NONE |
This is an optional field indicating a status that can be performed as the next step in the order process. Although this is not the preferred or
| ||||
szAllowedStatusCode4 | A4ST | char | NONE | NONE |
This is an optional field indicating a status that can be performed as the next step in the order process. Although this is not the preferred or
| ||||
szAllowedStatusCode5 | A5ST | char | NONE | NONE |
This is an optional field indicating a status that can be performed as the next step in the order process. Although this is not the preferred or
| ||||
szErrorMessage | 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
| ||||
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
| ||||
cTypeWO | 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
| ||||
cMode | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
idStatusLinkList | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
cSuppressErrorMessage | EV02 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
None |
F4826 W.O. Status Action Table |