1.Functional Description
This business function allows selection of data to be updated in ECO Header Record F4801.
1.1Purpose
This business function allows selection of data to be updated in ECO Header File F4801.
This business function will also update ECO Header File with User Name, Date, Time of Day,
Workstation_UserID, and Program ID.
1.2Setup Notes and Prerequisites
None
1.3Special Logic
Load User Name, Date, Time of Day, and Workstation_UserID parameters using Get Audit Info Business
Function (B9800100).
Pass Program_ID as literal.
2.Technical Specifications
2.4Processing
Read F4801 by Order number, Order type.
Load parameter fields Status and Completion Date into DS fields Status and Completion date.
Call Business Function Get Audit Info (B98001000).
Pass Program_ID as literal.
Update a row in F4801 file.
Retrievals:
None.
Returns:
1. Return error message ID '0002' if read is not successful and if '0' was specified for Suppress
Error
messages parameter.
^
D3001210 - Update ECO Header Record
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
| ||||
szStatusCode | SRST | char | NONE | NONE |
A user defined code (00/SS) that describes the status of a work order, rate schedule, or engineering change order. Any status change from
| ||||
jdCompletionDate | STRX | JDEDATE | NONE | NONE |
The date that the work order or engineering change order is completed or canceled. | ||||
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
| ||||
cSuppressErrorMessages | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
szProgramID | PID | char | NONE | NONE |
The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry
|
B4000460 Free Ptr To Data Structure | ||||
B9800100 Get Audit Information |
F4801 Work Order Master File |