1.Functional Description
1.1Purpose
This business function will read all the Work Center Rates (F30008) records that match the Cost
Method (LEDG) passed in. For each record read, the business function will load the "Frozen" fields with
their respective "Simulated" field's values. The function will then update the record.
1.2Setup Notes and Prerequisites
None
'b7'b7
1.3Special Logic
None.
2.Technical Specifications
2.4Processing
'b7 The business function will read all records in the Work Center Rates (F30008) file that match the
Cost Method (LEDG) passed in.
'b7 If no records are found and the SuppressErrorMessages flag is '0' then return the error '0002'
(Record Invalid) and exit. Otherwise, just exit the function with no error message.
'b7 If the function finds records in the Work Center Rates file, it will read all the records that
match the Cost Method passed in. For each record the function will load the following "Frozen" fields
with their respective 'Simulated" fields:
STLF <---XSDL
STFF <---XSSL
SIDL <---XSIL
STRF <---XSVO
STRZ<---XSFO
MSFR<---XSMR
MSTF<---XSMV
MSSF<---XSMF
The function will then call the GetAuditInfo (B9800100.C) business function to retrieve the date/time
stamp information before updating the current record and then retrieving the next record.
D3001010 - Work Center Rates Update
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szCostMethod | LEDG | char | NONE | NONE |
A user defined code (40/CM) that specifies the basis for calculating item costs. Cost methods 01 through 19 are reserved for J.D. Edwards
| ||||
cSuppressErrorMessage | 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
| ||||
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
|
B9800100 Get Audit Information |
F30008 Work Center Rates File |