Functional Description
Purpose
This function will accumulate the quantity on hand from Item Location (F41021) and store it in the
Cache. First it will try to retrieve the record from the cache, if the record does not exist in the
cache, then it will retrieve and accumulate the PQOH from F41021.
The keys for retrieve record as followed:
Cost Level 1: Retrieve F41021 with Short Item Number Only. Retrieving the cache with Short Item
Number, blank Branch/Plant, blank location and blank lot number.
Cost Level 2: Retrieve F41021 with Short Item Number and Branch/Plant. Retrieve cache with Short
Item Number, Branch/Plant, and Blank location and Lot Number.
Cost Level 3: Retrieve F41021 with Short Item Number, Branch/Plant, Location, and Lot Number.
Retrieve cache with Short Item Number, Branch/Plant, location, and Lot Number.
Technical Specification
D4101360A - F41021 Accumulate PQOH by Cost Level
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
cActionCode_ACTN | ACTN | char | OPT | NONE |
A code that specifies the action that is performed. Valid values are: A Add C Change | ||||
mnJobNumber_JOBS | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
szComputerID_CTID | CTID | char | OPT | NONE |
mnShortItemNumber_ITM | ITM | MATH_NUMERIC | OPT | NONE |
An inventory item number. The system provides three separate item numbers plus an extensive cross-reference capability to other item
| ||||
szBranchPlant_MCU | MCU | char | OPT | 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 | LOCN | char | OPT | NONE |
The storage location from which goods will be moved. | ||||
szLotNumber_LOTN | LOTN | char | OPT | NONE |
A number that identifies a lot or a serial number. A lot is a group of items with similar characteristics. | ||||
cInventoryCostLevel_CLEV | CLEV | char | OPT | 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
| ||||
mnAccumulatedQtyOnHand_PQOH | PQOH | MATH_NUMERIC | OPT | NONE |
The number of units that are physically in stock. The system displays the quantity on-hand in the primary unit of measure. | ||||
cErrorCode_ERRC | ERRC | char | OPT | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
|
None |
F41021 Item Location File |