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.
D4800020 - Get Next WO Line No For WO Text Row
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnOrderNumber | 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,
| ||||
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
| ||||
szSuffix | SFXO | char | NONE | NONE |
In the A/R and A/P systems, a code that corresponds to the pay item. In the Sales Order and Procurement systems, this code identifies
| ||||
cRecordType | TYPR | char | NONE | NONE |
The detail specification record type. Record types are user defined. You can set them up on the Detail Specification Types form and use
| ||||
mnWOLineNumber | LINS | MATH_NUMERIC | NONE | NONE |
The Line Number associated with Work Order text information. |
None |
F4802 Work Order Instructions File |