1.Functional Description
1.1Purpose
The Business Function will be used to convert quantity (using from UOM) to specified UOM, also will convert quantity to Weight and Volume UOM(s).
1.2Setup Notes and Prerequisites
None.
1.3Special Logic
None
2.Technical Specifications
2.1Parameters:
Data Item Data Structure DescriptionI/ORequiredNotes
UOMszFromUnitOfMeasureIR
UOMszToUnitOfMeasureIOIf not passed weight UOM will be
assigned
ITMmnIdentifierShortItemIR
MCUszBranchPlantIR
QNTYmnQuantityIR
WTUMszWeightUnitOfMeasureI/OOIf not passed it will be retrieved
internally
VLUMszVolumeUnitOfMeasureI/OOIf not passed it will be retrieved internally
UOMszStandardUOMConversionI/OOIf not passed it will be
retrieved internally if Weight or Volume is
BLANK
QNTYmnQuantityConvertedFromtoToOR
GRWTmnQuantityConvertedToWeightOR
ITVLmnQuantityConvertedToVolumeOR
SUPPScSuppressErrorMessageIO
DTAIszErrorMessageIDOO
2.2Related Tables
Table Table Description
F4101
F4103
2.3Related Business Functions
Source NameFunction Name
2.4Processing
If (szWeightUOM is BLANK OR szVolumeUOM is BLANK)
If (szToUnitOfMeasure is BLANK)
Call GetItemUoMConversionFactor (B4000520)
Load Output parameters
3.2 Where Used: APPs/UBEs/NERs/BSFNs
Application/Business FunctionApplication/BF Name
P32942
B3200460
N3200560
D3201700 - ConvertQuantityFromTo
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
szFromUnitOfMeasure | UOM | char | OPT | 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). | ||||
szToUnitOfMeasure | UOM | char | OPT | 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). | ||||
mnIdentifierShortItem | 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 | 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
| ||||
mnQuantity | QNTY | MATH_NUMERIC | OPT | NONE |
The number of units that the system applies to the transaction. | ||||
szWeightUnitOfMeasure | WTUM | char | OPT | NONE |
The unit of measure that indicates the weight of an individual item. Typical weight units of measure are:
GM Gram
OZ Ounce
LB Pound
| ||||
szVolumeUnitOfMeasure | VLUM | char | OPT | NONE |
The unit of measure for the cubic space occupied by an inventory item. Typical volume unit of measures are:
ML Milliliter
OZ Fluid Ounce
| ||||
szStandardUOMConversion | UOM | char | OPT | 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). | ||||
mnQuantityConvertedFromtoTo | QNTY | MATH_NUMERIC | OPT | NONE |
The number of units that the system applies to the transaction. | ||||
mnQuantityConvertedToWeight | GRWT | MATH_NUMERIC | OPT | NONE |
Essentially a memo field at present, this value is intended to reflect the fact that many inventory items are always packaged in the same
| ||||
mnQuantityConvertedToVolume | ITVL | MATH_NUMERIC | OPT | NONE |
The cubic units occupied by one inventory item. The definition of the unit itself (cubic feet, yards, meters, and so on) is defined in the volume
| ||||
cSuppressErrorMessage | SUPPS | char | OPT | 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 | OPT | 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
| ||||
mnJobNumber | JOBS | MATH_NUMERIC | OPT | NONE |
The job number (work station ID) which executed the particular job. | ||||
cUseCache | EV01 | char | OPT | NONE |
An option that specifies the type of processing for an event. |
None |
None |