1.Functional Description
1.1Purpose
This is a generic business function to handle all processing of the F4802. There are four main
functions to add, delete, fetch and update records to the file. The last function, F4802Close, will close
the F4802 and release the memory. If the input F4802 Record Pointer, the function will open the
table and return the pointer. This pointer can then be sent in multiple times to perform any I/O on the
table. The function F4802Close MUST be called when through processing to release the memory.
1.2Setup Notes and Prerequisites
None
1.3Special Logic
The same data structure will be used for all functions in the B3100860. Some of the parameters will
not be used with all functions. See each data structure description below for further details.
2.Technical Specifications
2.4Processing
/***********************************************************************************/
F4802Close:
If input idF4802Pointer does not = NULL
Close F4802
^
D3100860 - Write WO Text Row
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,
| ||||
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
| ||||
szOrderSuffix | SFXO | char | NONE | 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
| ||||
cRecordType | TYPR | char | NONE | NONE |
The detail specification record type. Record types are user defined. You can set them up on the Detail Specification Types form and use
| ||||
szTextLine | 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. | ||||
cSuppressErrorMessages | 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
| ||||
jdDateAssociated | DAA | JDEDATE | NONE | NONE |
The date associated with a given SAR change to the Software Action Ledger. | ||||
szAssociatedText1 | ANM1 | char | NONE | NONE |
Associated Work Order Items. | ||||
szAssociatedText2 | ANM2 | char | NONE | NONE |
Associated Work Order Items. | ||||
szAssociatedText3 | ANM3 | char | NONE | NONE |
Associated Work Order Items. | ||||
idF4802Pointer | GENLNG | ID | NONE | NONE |
General purpose ID variable. | ||||
cF4802Index | EV02 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cNumberOfKeys | EV03 | char | NONE | NONE |
A radio button that specifies the level at which trace/track result is to be displayed. Select the Detail to display all transactions except IB, IX,
| ||||
cProcessEdits | EV04 | char | NONE | NONE |
PeopleSoft event point processing flag 04. | ||||
mnLineNumber | LINS | MATH_NUMERIC | NONE | NONE |
The Line Number associated with Work Order text information. |
None |
F4802 Work Order Instructions File |