Purpose
This BsFn will get the next sales/purchase order text record by index/key number combination and have
the capability to provide records by either full key or partial key. It will have the capability to
provide the user with field values of every record.
Setup Notes and Prerequisites
Request Type = '1' ==> Get first SO/PO Text Row using Index/Key
combination and store hRequest.
Request Type = '2' ==> Get Next Available SO/PO Text Row using
the hRequest.
Request Type = '3' ==> Close table, free hRequest.
^
D4300560 - Get Next SO or PO Text Row
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,
| ||||
szDocumentType | 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
| ||||
szOrderNumberKeyCo | 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
| ||||
mnLineNumber | 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
| ||||
mnWOLineNumber | LINS | MATH_NUMERIC | NONE | NONE |
The Line Number associated with Work Order text information. | ||||
szMessageTextLine | TXLN | char | NONE | NONE |
An internal counter used by order processing programs to determine the order in which the lines of a print message appear. | ||||
cRequestType | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
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
| ||||
nIndex | INT01 | integer | NONE | NONE |
Number of Days in Future to Query for Responses Due. | ||||
nKeys | INT02 | integer | NONE | NONE |
Number of Days in the Past to Query for Quote Requests Received. | ||||
cEndOfFile | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cReturnFieldValues | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
idhRequestF4314 | GENLNG | ID | NONE | NONE |
General purpose ID variable. |
None |
F4314 Sales Order/Purchasing Text Detail Lines |