F3411UpdateMessageFile
F3411 Update Message File
Major Business Rule
Object Name: B3401060
Parent DLL: CMFG
Location: Client/Server
Language: C
1.Functional Description
1.1Purpose
This business function will update the MPS/MRP/DRP Message table (F3411) based on the input
parameters.
1.2Setup Notes and Prerequisites
1.3Special Logic
2.Technical Specifications
Call business function B9800100, Get Audit Information, to retrieve the User ID, Work Station ID,
Date, and Time.
Use the input parameter for Unique Key (UKID) to retrieve the record, copy passed in values and the
audit information, and update the row fetched to the MPS/MRP/DRP Message File (F3411).
^
Data Structure
D3401060 - F3411 Update Message Flag
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
szSupplyBranch | MMCU | char | NONE | NONE |
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. |
szDemandBranch | MCU | char | NONE | NONE |
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.
|
mnItemNumberShort | ITM | MATH_NUMERIC | NONE | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
numbers (see data item XRT) to accommodate substitute item numbers, replacements, bar codes, customer numbers, supplier numbers, and
so forth. The item numbers are as follows:
o Item Number (short) - An eight-digit, computer-assigned item number
o 2nd Item Number - The
25-digit, free-form, user defined alphanumeric item number
o 3rd Item Number - Another 25-digit, free-form, user defined alphanumeric item
number |
cMessageCleared | MSGA | char | NONE | NONE |
A code to indicate which messages should be displayed.
A Y code will display all messages, including those that have been cleared or
processed, but not those already deleted.
Any value other than Y will display current messages only. |
cMessageType | MSGT | char | NONE | NONE |
A code that distinguishes different messages generated in the Distribution Requirements Planning/Master Production Schedule/Material
Requirements Planning system. Valid codes are:
A Warning messages (user controlled)
B Order and expedite
C Cancel
D Defer
E
Expedite
F Frozen order (user controlled)
G Increase order quantity to (user controlled)
H Decrease rate quantity to
I Increase rate quantity to
L Decrease order quantity to (user controlled)
M Manual reminder
N Create rate
O Order
P Firm order
S FPO adjustment suggestion
T Past due order |
mnDocumentNumber | 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,
and so on. |
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
special characters such as %, &, or +. You create new data items using system codes 55-59. You cannot change the alias.
|
mnUniqueKey | UKID | MATH_NUMERIC | NONE | NONE |
This field is a unique number used to identify a record in a file. |
szDescription | DSC1 | char | NONE | NONE |
Brief information about an item; a remark or an explanation.
|
szDocumentType | 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
reserved document type codes for vouchers, invoices, receipts, and time sheets, which create automatic offset entries during the post
program. (These entries are not self-balancing when you originally enter them.)
The following document types are defined by J.D. Edwards and
should not be changed:
P
Accounts Payable documents
R
Accounts Receivable documents
T
Payroll documents
I
Inventory documents
O
Purchase Order Processing documents
J
General Accounting/Joint Interest Billing documents
S
Sales Order Processing documents
|
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
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.
|