Purpose
This function will read all Item Location records(F41021) affected by an inventory cost method change and call the
F0911FSEditLine B0900049 to edit the journal entry information associated with the new value of the inventory.
Prior to calling this function OpenBatch B00000042 will need to be called to retrieve a batch number
The F0911FSBegin Document B0900049 will need to be called prior to calling this function
D4100570 - Inventory Cost Change Edit GL
Data Item Data Structure DescriptionI/O Required
ITM ItemNumberShort I Y
LITM SecondItemNumber I Y
AITM ThridItemNumber I Y
DSC1 ItemDescription I Y
MCU BranchPlant I Y
LOCN Location I Y
LOTN LotNumber I Y
CLEV CostLevel I Y
UNCS CostDifference I Y
UOM UnitOfMeasure I Y
MODE ModeOfProcessing I Y
DCT DocumentType I Y
EV01 BatchStatus O Y
GENLNG Pointer to Error Link List O N
^
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnShortItemNumber | 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
| ||||
szSecondItemNumber | LITM | char | NONE | NONE |
A number that identifies the item. The system provides three separate item numbers plus an extensive cross-reference capability to
| ||||
szThirdItemNumber | AITM | char | NONE | NONE |
The system provides three separate item numbers plus an extensive cross-reference capability to alternate item numbers. These item
| ||||
szItemDescription | DSC1 | char | NONE | NONE |
Brief information about an item; a remark or an explanation. | ||||
szBranchPlant | 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
| ||||
szLocation | LOCN | char | NONE | NONE |
The storage location from which goods will be moved. | ||||
szLotNumber | LOTN | char | NONE | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
cCostLevel | CLEV | char | NONE | NONE |
A code that indicates whether the system maintains one overall inventory cost for the item, a different cost for each branch/plant, or a
| ||||
mnCostDifference | UNCS | MATH_NUMERIC | NONE | NONE |
The amount per unit, derived by dividing the total cost by the unit quantity. | ||||
szUnitOfMeasure | UOM | char | NONE | NONE |
This should be the Primary UOM from the Item Master.ab
| ||||
mnJobNumber | JOBS | MATH_NUMERIC | NONE | NONE |
The job number (work station ID) which executed the particular job. | ||||
szComputerID | TERM | char | NONE | NONE |
The workstation ID number. | ||||
cRecordWrittenToGLWorkFile | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cCurrencyControl | CRYR | char | NONE | NONE |
A code that specifies whether to use multi-currency accounting, and the method of multi-currency accounting to use:
Codes are:
N Do not
| ||||
cF0911Error | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cErrorCode | 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
| ||||
cSuppressErrorMessage | EV01 | char | NONE | NONE |
An option that specifies the type of processing for an event. | ||||
cAAIProcessingMode | MODE | char | NONE | NONE |
Mode '1' uses 4134 & 4136 AAI's.
| ||||
szDocumentType | DCT | char | NONE | NONE |
A user defined code (00/DT) that identifies the origin and purpose of the transaction. PeopleSoft reserves several prefixes for document
| ||||
cBatchStatus | EV01 | char | NONE | NONE |
This parameter is used in mode '2'.ab
| ||||
cMode | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. | ||||
szGlCategory | GLPT | char | OPT | NONE |
A user defined code (41/9) that identifies the G/L offset that system uses when it searches for the account to which it posts the transaction. If
| ||||
cFlexAccounting | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
B0000130 Retrieve Company From Business Unit | ||||
B0900049 Journal Entry | ||||
B4000150 Get Branch Constants | ||||
B4000350 Retrieve Distribution AAI | ||||
B4101090 Cache, Process Flex Inventory Accounting | ||||
X0903 Fiscal Date Edits + |
F0901 Account Master | ||||
F41001 Inventory Constants | ||||
F41021 Item Location File |