1.Functional Description
1.1Purpose
This business function will validate that the Parts List Table (F3111) contains at least one row for
a given Work Order Number. This fuction will return a code '1'in the errorcode field, if any row is
found and '0' if no rows are found.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
Check the Work Order Parts List table (F3111) for a record using Document Number (DOCO) as the key.
If the Message Code is input as 'Y', the error message (Number - 1801) will be returned.
If the any row is found, the function will return '1' in the Error Code field, and '0' if no rows
are found.
D3100100 - Verify Parts List Exists
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
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
| ||||
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,
| ||||
cMessageCode | MSGA | char | NONE | NONE |
|
None |
F3111 Work Order Parts List |