Functional Description
Purpose
This business function will simply chain out to the F4111 workfile (F41UI001) with the key passed in
and insert the Journal Entry Line Number that is passed in.
This BSFN (UpdateCardexWithJELN) will retrieve a F41ui001 (Inventory workfile) record based on a
given key (JOBN, CTID, LNID, NLIN) and then update the JELN field in the record.
Setup Notes and Prerequisites
You must know the key for the specific cardex workfile record that is to be updated and you must have
the Journal Entry Line Number for it.
Technical Specification
^
D4300500 - Update Cardex With JELN
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szComputerID | CTID | char | NONE | NONE |
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
| ||||
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
| ||||
mnInventoryAcctJELine | JELN | MATH_NUMERIC | NONE | NONE |
A number that designates a line within a journal entry. The system uses this field to sequence the journal entry lines for inquiry purposes. | ||||
mnF4111JobNumber | JOBS | MATH_NUMERIC | NONE | NONE |
The job number (work station ID) which executed the particular job. | ||||
mnOrderNumber | 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,
| ||||
szOrderType | 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
| ||||
szOrderKeyCompany | 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
| ||||
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 |
F41UI001 Inventory Transactions Detail File |