D3800080 - Agreement Cache for Sales Order
This data structure is designed to corresponse to F41UI001 Inventory Cache Keys. The keys are the
following:
JOBS - Job Number
CTID - Computer ID
LNID - Line Number
NLIN - Number Of Lines Ordered
DOCO - Order Number
DCTO - Order Type
KCOO - Order Key Company
SFXO - Order Suffix
The Mode Processing Code is as Followed:
'1' = Add
'2' = Update/Add
'3' = Fetch Single Record
'4' = Multiple Fetch with returning cursor
'5' = Delete
The keys passed into this structure must correspond to the keys used in XT4111Z1 are preferable.
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnJobNumber_JOBS | JOBS | MATH_NUMERIC | NONE | NONE |
The job number (work station ID) which executed the particular job. | ||||
szComputerID_CTID | CTID | char | NONE | NONE |
szAgreementNumber_DMCT | DMCT | char | NONE | NONE |
A unique number your company assigns to identify a particular agreement. You might want to assign some significance to the agreement
| ||||
mnAgreementSupplement_DMCS | DMCS | MATH_NUMERIC | NONE | NONE |
The supplement number records any changes or addendum to agreements that occur over time or by item. It can also indicate individual
| ||||
szProductSource_PSR | PSR | char | NONE | NONE |
A value that identifies the location that supplies the item to fulfill the agreement. The value must match the Source Type code, as follows:
o
| ||||
szProductSourceType_PSRY | PSRY | char | NONE | NONE |
A code that specifies the type of source entered in the Transaction Source field, as follows:
o If the transaction source is an address book
| ||||
mnSequenceNumber_SEQ | SEQ | MATH_NUMERIC | NONE | NONE |
A number that specifies the sequence of information. | ||||
mnOrderNumber_DOCO | 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 | 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 | 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 | 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
| ||||
mnAgreementsFound_AFND | AFND | MATH_NUMERIC | NONE | NONE |
mnLineNumberXREF_LNIX | LNIX | MATH_NUMERIC | NONE | NONE |
cModeProcessing_MODE | MODE | char | NONE | NONE |
The Mode Processing Code is as Followed:
| ||||
mnNumberOfLines_NLIN | NLIN | MATH_NUMERIC | OPT | NONE |
A number representing the number of lines on either a purchase or sales order.
or The number of receivers recorded during the receipts
| ||||
szOrderSuffix_SFXO | 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
| ||||
idCacheCursor_GENLNG | GENLNG | ID | OPT | NONE |
General purpose ID variable. | ||||
mnNumberOfKeys_CDL | CDL | MATH_NUMERIC | OPT | NONE |
The length of the user defined code. It cannot be greater than 10 characters. | ||||
cLastRecordRead_EV01 | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
cErrorCode_ERRC | 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
| ||||
cSuppressErrorMessage_SUPPS | SUPPS | char | OPT | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
|
None |
None |