1.Functional Description
1.1Purpose
This function reads the ECO Parts List file (F3013) and counts the number related items (i.e. records
having a value greater than zero in the RSQ, Related Sequence, field) associated with a primary item
on the ECO Parts List file.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
There is no special logic within this function.
2.Technical Specifications
2.4Processing
1.Select all rows from the F3013 (ECO Parts List) table which match the Order number and Primary
Sequence number passed in as input.
After all fetched records have been read, return the total count of related items to the
calling program.
^
D3001320 - Get Number Of Related Items
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,
| ||||
mnPrimarySequence | PSQ | MATH_NUMERIC | NONE | NONE |
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
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
mnNumberOfRelatedItems | MATH01 | MATH_NUMERIC | NONE | NONE |
- - - Good Performance Low Value. | ||||
cReleaseRequest | EV02 | char | NONE | NONE |
An option that specifies the type of processing for an event. |
B3000780 Get ECO Parts List Sequentially |
None |