Functional Description
Purpose
This function will write records to the Delivery Notes History file (F4290)
Setup Notes and Prerequisites
None.
Special Logic
None.
Technical Specification
2.2Related Tables
Table Table Description
F4290DeliveryNotesHistory
2.3Related Business Functions
Source NameFunction Name
2.4Processing
Load the passed in values to the Delivery Note record and write to the file.
^
D4200600 - Write Delivery Note Histroy
Special Input Expected
DELNDelivery Number
DOCOOrder Number
DCTOOrder Type
KCOOOrder Company
LNIDLine Number
DDELDeliveryDate
SHANShip to Address Number
MCUBranchPlant
SFXOSuffix
CARSCarrierNumber
SHCNShippingCommodity
SHCMShippingConditions
FRTHFrieghtHandelingCode
TRRSTransportReasonCode
ITMShortItemNumber
ITWTUnitWeight
ITVLUnit Volumn
SOQSQuantity
UOMUnitOfMeasure
EV01Suppress Error Message0 = Do not suppress any error msgs
1 = Suppress any error messages.
Special Output Returned
ERRCErrorCode0 = No errors in processing
1 = Error in processing.
^
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
| ||||
szOrderCompany | 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
| ||||
jdDeliveryDate | DDEL | JDEDATE | NONE | NONE |
The date that the Delivery Note was printed. | ||||
szBranchPlant | MCU | char | NONE | NONE |
An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit
| ||||
szSuffix | 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
| ||||
mnCarrierNumber | CARS | MATH_NUMERIC | NONE | NONE |
The address number for the preferred carrier of the item. The customer or your organization might prefer a certain carrier due to route or
| ||||
szShippingCommodity | SHCM | char | NONE | NONE |
A user defined code (41/E) that represents an item property type or classification (for example, international shipment handling). The
| ||||
szShippingConditions | SHCN | char | NONE | NONE |
A code (table 41/C) that represents an item property type or classification,such as special shipping conditions. The system uses this code
| ||||
mnShortItemNumber | ITM | MATH_NUMERIC | NONE | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
mnUnitWeight | ITWT | MATH_NUMERIC | NONE | NONE |
The weight of one unit of an item, expressed in the primary unit of measure. | ||||
mnUnitVolume | ITVL | MATH_NUMERIC | NONE | NONE |
The cubic units occupied by one inventory item. The definition of the unit itself (cubic feet, yards, meters, and so on) is defined in the volume
| ||||
mnQuantity | SOQS | MATH_NUMERIC | NONE | NONE |
The number of units committed for shipment in Sales Order Entry, using either the entered or the primary unit of measure defined for this
| ||||
szUnitOfMeasure | UOM | char | NONE | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
| ||||
cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
mnDeliveryNumber | DELN | MATH_NUMERIC | NONE | NONE |
A automatic next number assigned by the system that can be used to track deliveries through the system. This number is assigned during
| ||||
mnShipToAddressNumber | SHAN | MATH_NUMERIC | NONE | NONE |
The address number of the location to which you want to ship this order. The address book provides default values for customer address,
| ||||
szFreightHandlingCode | FRTH | char | NONE | NONE |
A user defined code (42/FR) designating the method by which supplier shipments are delivered. For example, the supplier could deliver to
| ||||
szTransportReasonCode | TRRS | char | NONE | NONE |
Transport Reason Code |
None |
F4290 Delivery Note History |