SAP ABAP Function Module UNIT_CONVERSION_SIMPLE_OLD (Measurement unit conversion by table T006, with rounding)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-ASF-UOM (Application Component) Units of Measurement
⤷
SZME (Package) R/3 Central Basis Development: Measurement Units
⤷
⤷
Basic Data
| Function Module | UNIT_CONVERSION_SIMPLE_OLD | Measurement unit conversion by table T006, with rounding |
| Function Group | SCV0 | Measurement units: Conversion |
| Program Name | SAPLSCV0 | |
| INCLUDE Name | LSCV0U22 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
ADD_CONST | TYPE | additive constant for conversion | ||||
| |
DECIMALS | TYPE | Number of decimal places for rounding | ||||
| |
DENOMINATOR | TYPE | Denominator for conversion | ||||
| |
NUMERATOR | TYPE | Numerator for conversion | ||||
| |
OUTPUT | TYPE | Output Value | ||||
| |
INPUT | TYPE | Input Value | ||||
| |
NO_TYPE_CHECK | TYPE | 'X' | Conversion factor type check | |||
| |
ROUND_SIGN | TYPE | SPACE | Rounding flag (+ up, - down, X comm.) | |||
| |
UNIT_IN | TYPE | T006-MSEHI | SPACE | Unit of input value | ||
| |
UNIT_OUT | TYPE | T006-MSEHI | SPACE | Unit of output value | ||
| |
CONVERSION_NOT_FOUND | TYPE | Conversion factor could not be determined | ||||
| |
DIVISION_BY_ZERO | TYPE | Division by zero trapped | ||||
| |
INPUT_INVALID | TYPE | Input value is not a number | ||||
| |
OUTPUT_INVALID | TYPE | OUTPUT parameter is not a number | ||||
| |
OVERFLOW | TYPE | Field overflow | ||||
| |
TYPE_INVALID | TYPE | an output parameter is not a number | ||||
| |
UNITS_MISSING | TYPE | no units specified | ||||
| |
UNIT_IN_NOT_FOUND | TYPE | UNIT_IN is not maintained | ||||
| |
UNIT_OUT_NOT_FOUND | TYPE | UNIT_OUT is not maintained | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19970718 |
| SAP Release Created in |