1.Functional Description
1.1Purpose
This function reads the F3105 table and returns an error message if a record is found.
This function is used in serial numbers processing in the Assign Serial Numbers (P3105) which is
called from Work Order Completions (P31114), Work Order Issues (P31113), Work Order Entry (P48013), and
Serial Number Associations (P3107E).
1.3Special Logic
There is no special logic within this function.
2.Technical Specifications
2.4Processing
I.Read F3105 (DOCO, DCTO, MCU)
Error Message ID = " " (Record Exists)
Else
Set Error Message = "0002"
End-If.
^
D3101380 - F3105 Get Row
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnWorkOrderNumber | 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,
| ||||
szDocumentType | 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
| ||||
szBranchPlant | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
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 |
None |