1.Functional Description
1.1Purpose
This business function will validate that the SAR Detail Table (F4802) contains at least Remarks Line
for a given Work Order Number. This function will return a code '1'in the errorcode field, if any
Remarks are found and '0' if no Remarks are found.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Check the SAR Detail table (F4802) for a record using Work Order Number (DOCO), Work Order Type
(DCTO) and Work Order Suffix (SFXO) as the key fields.
If the any Work Order Remarks are found, the function will return '1' in the Error Code field, and
'0' if No Remarks are found. If the Message Code is input as 'Y', the error message (Number - 1866) will
be returned
^
D3100150 - Verify Remarks Exist
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnDocumentNumber | 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
| ||||
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
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
cMessageCode | MSGA | char | NONE | NONE |
A code to indicate which messages should be displayed.
A Y code will display all messages, including those that have been cleared or
|
None |
F4802 Work Order Instructions File |