1.Functional Description
1.1Purpose
This business function is designed specifically for Unscheduled Delivery of a Shipment.
1.2Setup Notes and Prerequisites
This function will not actually write or update to the shipment or order files, you must call
DeliverConfirmEndDoc for that to happen.
2.Technical Specifications
2.1Parameters
Fields needed to process the detail level information:
Data Item Data Structure DescriptionI/OReqNotes
SUPPScSuppressErrorMessageIY
DTAIszErrorMessageIDOY
JOBSmnTransportationJobNumberI/OY
VERSszVersionP49655IYVersion of P49655 where processing options are retrieved.
VMCUszPlanningDepotIN
LDNMmnLoadNumberIN
DATYcDispatchTypeIN
DSCDcDispositionCodeBCSIN
DLDTjdActualDeliveryDateIN
DLTMmnActualDeliveryTimeIN
EV01cWriteShipmentStatusIN1 = write shipment status record.
SSCDszShipmentStatusCodeINIf blank, PO value will be used.
SSRSszShipmentStatusCodeReasonINIf blank, PO value will be used
DCTszDocumentTypeINPO Value
MCUszHeaderCostCenterINPO value; else from User Defaults
^
D4900710C - F4215 Unscheduled Delivery Begin Doc
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cSuppressErrorMessage | SUPPS | char | OPT | INPUT |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
szErrorMessageID | DTAI | char | OPT | OUTPUT |
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
| ||||
mnTransportationJobnumber | JOBS | MATH_NUMERIC | OPT | BOTH |
The job number (work station ID) which executed the particular job. | ||||
szProgramID | PID | char | OPT | INPUT |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
| ||||
szVersionP49655 | VERS | char | OPT | INPUT |
A user-defined set of specifications that control how applications and reports run. You use versions to group and save a set of user-defined
| ||||
szPlanningDepot | VMCU | char | OPT | INPUT |
Indicates the depot from which a trip originates. The Trip Depot and the Trip Number fields identify the unique combination of vehicle,
| ||||
mnLoadNumber | LDNM | MATH_NUMERIC | OPT | INPUT |
1 | ||||
jdActualDeliveryDate | DLDT | JDEDATE | OPT | INPUT |
The delivery date of a shipment. | ||||
mnActualDeliveryTime | DLTM | MATH_NUMERIC | OPT | INPUT |
This is the time the customer took delivery of the product. | ||||
cDispatchType | DATY | char | OPT | INPUT |
Indicates whether this vehicle uses a weight or a volume device to control and measure the loading of product to its compartments.
Valid
| ||||
cDispositionCodeBCS | DSCD | char | OPT | INPUT |
Indicates the action to be taken on the quantity remaining on an order. Valid values are:
B Backorder
C Cancel
S Leave amount
| ||||
cWriteShipmentStatus | EV01 | char | OPT | INPUT |
An option that specifies the type of processing for an event. | ||||
szShipmentStatusCode | SSCD | char | OPT | INPUT |
A user defined code used to report the status of a shipment. | ||||
szShipmentStatusCodeReason | SSRS | char | OPT | INPUT |
A user defined code used to report the reason for a particular status. | ||||
szDocumentType | DCT | char | OPT | INPUT |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
szHeaderCostCenter | EMCU | char | OPT | INPUT |
A business unit is an accounting entity required for management reporting. It can be a profit center, department, warehouse location, job,
| ||||
szLoadStatusPartiallyDelivered | LDLS | char | OPT | NONE |
Identifies the status of the load. Valid values are: New Pending Load Approved In-transit Delivered Complete | ||||
szLoadStatusDelivered | LDLS | char | OPT | NONE |
Identifies the status of the load. Valid values are: New Pending Load Approved In-transit Delivered Complete | ||||
szLoadStatusCompleted | LDLS | char | OPT | NONE |
Identifies the status of the load. Valid values are: New Pending Load Approved In-transit Delivered Complete |
None |
None |