Function Descripiton:
F4602 Calculate Quantity Available in UOM Level
Purpose:
The purpose of this function is to calculate the quantity of item that is available per the item's
UOM levels. The quantity of the item that is hard committed and/or out bound is subtracted from the
quantity of the item that is on hand, resulting in the quantity available.
Technical Specifications:
Parameters are LPBHVRCOM
LPVOID
LPDSD4600390B
^
D4600390B - F4602 Calculate Quantity Available In UOM Level
| Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
|---|---|---|---|---|
| szInstructionUOM | UOM | char | NONE | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
| szInstructionUOMGroup | UMGP | char | NONE | NONE |
A code (system 46/type UG) that identifies a group of units of measure that you want to process as one for putaway, picking, and
| ||||
| szUOMLevel1 | UML1 | char | NONE | NONE |
The item's level 1 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
| szUOMLevel2 | UML2 | char | NONE | NONE |
The item's level 2 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
| szUOMLevel3 | UML3 | char | NONE | NONE |
The item's level 3 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
| szUOMLevel4 | UML4 | char | NONE | NONE |
The item's level 4 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
| szUOMLevel5 | UML5 | char | NONE | NONE |
The item's level 5 unit of measure. You use Unit of Measure Conversion Information (P41002) to define an item's unit of measure structure.
| ||||
| szGroupUOM1 | UGL1 | char | NONE | NONE |
The group unit of measure that has been defined for the items in the level 1 unit of measure in the Unit of Measure groups application
| ||||
| szGroupUOM2 | UGL2 | char | NONE | NONE |
The group unit of measure that has been defined for the items in the level 2 unit of measure in the Unit of Measure groups application
| ||||
| szGroupUOM3 | UGL3 | char | NONE | NONE |
The group unit of measure that has been defined for the items in the level 3 unit of measure in the Unit of Measure groups application
| ||||
| szGroupUOM4 | UGL4 | char | NONE | NONE |
The group unit of measure that has been defined for the items in the level 4 unit of measure in the Unit of Measure groups application
| ||||
| szGroupUOM5 | UGL5 | char | NONE | NONE |
The group unit of measure that has been defined for the items in the level 5 unit of measure in the Unit of Measure groups application
| ||||
| mnPrimaryConvFactor1 | PPL1 | MATH_NUMERIC | NONE | NONE |
The quantity in primary unit of measure for one full unit of this item in the level 1 unit of measure. | ||||
| mnPrimaryConvFactor2 | PPL2 | MATH_NUMERIC | NONE | NONE |
The quantity in primary unit of measure for one full unit of this item in the level 2 unit of measure. | ||||
| mnPrimaryConvFactor3 | PPL3 | MATH_NUMERIC | NONE | NONE |
The quantity in primary unit of measure for one full unit of this item in the level 3 unit of measure. | ||||
| mnPrimaryConvFactor4 | PPL4 | MATH_NUMERIC | NONE | NONE |
The quantity in primary unit of measure for one full unit of this item in the level 4 unit of measure. | ||||
| mnTotalQtyInPrimary | TQTY | MATH_NUMERIC | NONE | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
| mnQtyHardCommitted | HCOM | MATH_NUMERIC | NONE | NONE |
The number of units committed to a specific location and lot. | ||||
| mnQuantityInbound | QTRI | MATH_NUMERIC | NONE | NONE |
A quantity in the primary unit of measure that you expect to add to the location detail after you confirm a putaway or replenishment
| ||||
| mnQuantityOutbound | QTRO | MATH_NUMERIC | NONE | NONE |
A quantity in the primary unit of measure that you expect to remove from the location after you confirm a picking or replenishment
| ||||
| szSelectedUOMLevel | UOM | char | NONE | NONE |
A user defined code (00/UM) that indicates the quantity in which to express an inventory item, for example, CS (case) or BX (box). | ||||
| mnSelectedPrimConvFactor | CONV | MATH_NUMERIC | NONE | NONE |
The factor that the system uses to convert one unit of measure to another unit of measure. | ||||
| mnQuantityAvailable | QAVAL | MATH_NUMERIC | NONE | NONE |
A number that indicates the quantity that is available.
For example, the available quantity might consist of the on-hand quantity minus
| ||||
| mnQtyAvailableOutBound | QAVAL | MATH_NUMERIC | NONE | NONE |
A number that indicates the quantity that is available.
For example, the available quantity might consist of the on-hand quantity minus
| ||||
| cSuppressErrorMessage | SUPPS | char | NONE | NONE |
A flag indicating whether or not runtime error messaging will occur when an error message is issued from a business function.
0 = allow
| ||||
| 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
| ||||
| cErrorCode | ERRC | char | NONE | NONE |
This error code indicates if any errors occurred during the creation of the Trip Document Detail (F4914) records by the Delivery Document
| ||||
| mnQtyAvailableInBound | QAVAL | MATH_NUMERIC | NONE | NONE |
A number that indicates the quantity that is available.
For example, the available quantity might consist of the on-hand quantity minus
| ||||
| mnConvertedQtyAvail | TQTY | MATH_NUMERIC | OPT | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
| mnConvertedQtyAvailInBound | TQTY | MATH_NUMERIC | OPT | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
| mnConvertedQtyAvailOutBound | TQTY | MATH_NUMERIC | OPT | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
| mnPutRequestQuantity | TQTY | MATH_NUMERIC | OPT | NONE |
The total quantity of an item to be reworked or scrapped as a result of an ECO disposition. | ||||
| None |
| F4602 Location Detail Information |