1.Functional Description
1.1Purpose
This business function will update the ECO Parts List in the table (F3013) for a given Document
Number, Primary Sequence and Related Sequence.
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
1. Read the ECO Parts List row from the F3013 table using Document Number (DOCO), Primary Sequence
(PSQ) and Related Sequence (RSQ) as the key.
2. If fetch is not successful, assign Error Message ID = '0002' - Record Not Found. If fetch not
successful and Suppress Error Message is not equal to '1', allow runtime message handling to occur.
3. Retrieve System Date, Time, Workstation ID, and User ID using call to B9800100
GetAuditInformation. Assign the current system time, date, workstation ID and User ID to the corresponding fields in
the F3013.
Update the ECO Parts List Record (F3013).
^
D3001540 - F3013 Update Effectivity Dates
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,
| ||||
mnPrimarySequence | PSQ | MATH_NUMERIC | NONE | NONE |
mnRelatedSequence | RSQ | MATH_NUMERIC | NONE | NONE |
jdEffectiveFromDate | EFFF | JDEDATE | NONE | NONE |
A date that indicates one of the following:
o When a component part goes into effect on a bill of material
o When a routing step goes into
| ||||
jdEffectiveThruDate | EFFT | JDEDATE | NONE | NONE |
A date that indicates one of the following:
o When a component part is no longer in effect on a bill of material
o When a routing step is no
| ||||
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
| ||||
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
|
B9800100 Get Audit Information |
F3013 ECO Parts List Detail |