Functional Description
Purpose
To determine if a Purchase Order Receiver Workfile (F43121Z) record exists for the key passed in.
If it does exist then return the pointer for the record if requested.
Setup Notes and Prerequisites
Need to be aware of the standards for returning pointers and setting off errors (ie. CallType,
ReturnFlag, ErrorCode, SuppressErrors, etc.).
Technical Specification
IF (NumberOfKeys < 1 OR > 7) THEN
NumberOfKeys = 7
ENDIF
Fill in the F43121Z key with the parameters.
Set the F43121Z number of keys to NumberOfKeys.
Retreive F43121Z in to F43121ZPointer.
Return F43121Z Pointer if requested otherwise free pointer
Return ErrorCode - 0 if Success else 1
^
D4300510 - Verify and Get F43121Z Record
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szComputerID | CTID | char | NONE | NONE |
mnJobNumber | JOBS | MATH_NUMERIC | NONE | NONE |
The job number (work station ID) which executed the particular job. | ||||
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,
| ||||
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
| ||||
szOrderKeyCompany | KCOO | char | NONE | NONE |
A number that, along with order number and order type, uniquely identifies an order document (such as a purchase order, a contract, a
| ||||
mnOrderLineNumber | LNID | MATH_NUMERIC | NONE | NONE |
A number that identifies multiple occurrences, such as line numbers on a purchase order or other document. Generally, the system assigns
| ||||
mnReceiptLineNumber | NLIN | MATH_NUMERIC | NONE | NONE |
A number representing the number of lines on either a purchase or sales order.
or The number of receivers recorded during the receipts
| ||||
nNumberOfKeys | INT01 | integer | NONE | NONE |
Special Input Expected
| ||||
cReturnPointer | EV01 | char | NONE | NONE |
Special Input Expected
| ||||
idF43121ZPointer | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
cCallType | EV02 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cErrorCode | ERR | char | NONE | NONE |
The Data Field Error Code field is simply a generic data field to pass an error condition flag. This field is one of the fields that make up the
| ||||
cSuppressErrors | EV01 | char | NONE | NONE |
Special Input Expected
| ||||
szOrderSuffix | SFXO | char | OPT | 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
|
None |
F43121Z Receiver workfile |