1.Functional Description
1.1Purpose
The purpose of this business function is to evaluate a set of Test Results and determine whether a
given item passes quality testing. Based on a mode parameter, the function will evaluate using data
from different files. For example, if mode is '1', the function will read and evaluate data exclusively
from the Test Result file. If mode is '2', the function will receive in the parameters necessary to
preference for Quality Management. These parameters will be used to retrieve the preference so that
result values from the Test Result file (F3711) can be compared to minimum and maximum values from the
Preference file (F40318). The output from the function is values of pass, fail or testing
incomplete.
1.2Setup Notes and Prerequisites
In order for this function to evaluate, the calling program must either pass in enough information
to retrieve a set of Test Result records or pass in enough information to Preference and retrieve a set
of Test Result records.
1.3Special Logic
When the evaluate is performed from Item Availability a processing option will have to be created to
ask whether allowed or preferred minimum and maximum should be used to evaluate.
The call to this function will be followed by a call to a second function within B3700190 that will
clear the cache.
2.4Processing
Because of complexity, online processing specifications are not provided here.
D3700190A - Evaluate Test Results
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnItemNum | ITM | MATH_NUMERIC | OPT | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
mnShipToAddressNum | SHAN | MATH_NUMERIC | OPT | NONE |
The address number of the location to which you want to ship this order. The address book provides default values for customer address,
| ||||
mnSoldToAddressNum | AN8 | MATH_NUMERIC | OPT | NONE |
A number that identifies an entry in the Address Book system, such as employee, applicant, participant, customer, supplier, tenant, or
| ||||
mnParentAddressNum | PA8 | MATH_NUMERIC | OPT | NONE |
The address book number of the parent company. The system uses this number to associate a particular address with a parent company
| ||||
jdDateRequested | DRQJ | JDEDATE | OPT | NONE |
The date that an item is scheduled to arrive or that an action is scheduled for completion. | ||||
mnOrderQuantity | UORG | MATH_NUMERIC | OPT | NONE |
The quantity of units affected by this transaction. | ||||
szUnitOfMeasure | UOM | char | OPT | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
szBranchPlant | MCU | char | OPT | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szLotNum | LOTN | char | OPT | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
szLotLocation | LOCN | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
mnDocumentNum | DOCO | MATH_NUMERIC | OPT | 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 | OPT | 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
| ||||
szKeyCompany | KCOO | char | OPT | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
mnLineNum | LNID | MATH_NUMERIC | OPT | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
mnTripNum | TRP | MATH_NUMERIC | OPT | NONE |
The number assigned to a trip during direct assignment or trip building. The Trip Depot and the Trip Number fields identify the unique
| ||||
mnTripLegNum | TRPL | MATH_NUMERIC | OPT | NONE |
A specific leg of a trip. | ||||
mnLogicalCompartmentNum | LCMP | MATH_NUMERIC | OPT | NONE |
The compartment number in a connected vehicle.
A connected vehicle is a number of vehicles with compartments. The logical
| ||||
szVehicleID | VEHI | char | OPT | NONE |
A unique identification number for a vehicle. This number serves as a primary identifier for a vehicle. | ||||
szComputerID | CTID | char | OPT | NONE |
mnJobnumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
cErrorCode | ERRC | char | OPT | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
szErrorMessageID | DTAI | char | OPT | 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
| ||||
cProcessingMode | MODE | char | OPT | NONE |
The processing mode used in Purchase Order Consolidator to signify when specific orders are being processed. | ||||
cUsePrefMinMax | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cPassFailFlag | QPF | char | OPT | NONE |
The value which identifies whether the test passed (P) or failed (F). | ||||
cTestResultsStatus | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szCostCenterTrip | VMCU | char | OPT | NONE |
Indicates the depot from which a trip originates. The Trip Depot and the Trip Number fields identify the unique combination of vehicle,
| ||||
jdTransactionDate | TRDJ | JDEDATE | OPT | NONE |
The date that an order was entered into the system. This date determines which effective level the system uses for inventory pricing. |
None |
None |