Functional Description
Purpose
Insert a blank line into the Work Order Instruction table (F4802) and update all following records
matching the key with incremented Line Number (LNIS).
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 Instructions table (F4802) using Order Number (DOCO), Order Type (DCTO),
Order Suffix (SFXO), Record Type (TYPR), and Line Number (LINS) as the keys.
Increment Line Number and Update the record.
Copy Blanks into fetched record's SRDS, ANM1, ANM2, and ANM3.
Insert the record.
If Add/Update Flag is equal to two (2).
Update the record.
If DS Suppress Error Messages (EV01) is not equal to 1, Issue GBR error "0002" (NULL).
^
D4800050 - F4802 Insert Blank Line
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,
| ||||
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
| ||||
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
| ||||
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
| ||||
szOrderSuffix | 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
| ||||
mnLineNumber | LINS | MATH_NUMERIC | NONE | NONE |
The Line Number associated with Work Order text information. | ||||
cAddUpdateFlag | EV01 | char | NONE | NONE |
1 = Add new record.
|
None |
F4802 Work Order Instructions File |