WorkCenterRatesUpdate

Work Center Rates Update

Major Business Rule

Object Name: B3001010

Parent DLL: CMFGBASE

Location: Client/Server

Language: C

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.


Data Structure

D3001010 - Work Center Rates Update

Parameter NameData ItemData TypeReq/OptI/O/Both
szCostMethodLEDGcharNONENONE

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 
use.

cSuppressErrorMessageEV01charNONENONE

An option that specifies the type of processing for an event.

szErrorMessageIDDTAIcharNONENONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

szProgramIDPIDcharNONENONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

Related Functions

B9800100 Get Audit Information

Related Tables

F30008 Work Center Rates File
WorkCenterRatesUpdateT1

WorkCenterRatesUpdateT1

Work Center Rates Update

Major Business Rule

Object Name: B3001010

Parent DLL: CMFGBASE

Location: Client/Server

Language: C


Data Structure

D30010101 - Work Center Rates Update - TEMP1

Parameter NameData ItemData TypeReq/OptI/O/Both
szCostMethodLEDGcharOPTNONE

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 
use.

cSuppressErrorMessageEV01charOPTNONE

An option that specifies the type of processing for an event.

szErrorMessageIDDTAIcharOPTNONE

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 
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.

szProgramIdPIDcharOPTNONE

The number that identifies the batch or interactive program (batch or interactive object). For example, the number of the Sales Order Entry 
interactive program is P4210, and the number of the Print Invoices batch process report is R42565. The program ID is a variable length value. 
It is assigned according to a structured syntax in the form TSSXXX, where: T The first character of the number is alphabetic and identifies the 
type, such as P for Program, R for Report, and so on. For example, the value P in the number P4210 indicates that the object is a 
program. SS The second and third characters of the number are numeric and identify the system code. For example, the value 42 in the number P4210 
indicates that this program belongs to system 42, which is the Sales Order Processing system. XXX The remaining characters of the numer are 
numeric and identify a unique program or report. For example, the value 10 in the number P4210 indicates that this is the Sales Order Entry 
program.

szCostCenterMCUcharOPTNONE

An alphanumeric code that identifies a separate entity within a business for which you want to track costs. For example, a business unit 
might be a warehouse location, job, project, work center, branch, or plant. You can assign a business unit to a document, entity, or person for 
purposes of responsibility reporting. For example, the system provides reports of open accounts payable and accounts receivable by 
business unit to track equipment by responsible department. Business unit security might prevent you from viewing information about business units 
for which you have no authority.

szWorkCenterBranchMMCUcharOPTNONE

A code that represents a high-level business unit. Use this code to refer to a branch or plant that might have departments or jobs, which 
represent lower-level business units, subordinate to it. For example:     o Branch/Plant (MMCU)     o Dept A (MCU)     o Dept B (MCU)     o Job 123 
(MCU) Business unit security is based on the higher-level business unit.

Related Functions

B9800100 Get Audit Information

Related Tables

F30008 Work Center Rates File