Conversion of Measurement Units and Input (F4) Help

Definition

Function Group SCVU

This function group contains the following function modules:

  • CONVERSION_EXIT_CUNIT_INPUT

    This function module gets the internal measurement unit for a commercial measurement unit (three-digit external measurement unit). It is called automatically when measurement units are input in the screen.

  • CONVERSION_EXIT_CUNIT_OUTPUT:

    This function module determines the language-dependent commercial measurement unit (three-digit external measurement unit) and its short and long texts, for an internal measurement unit. It is called automatically when measurement units are output to the screen or the WRITE command is called.

  • CONVERSION_EXIT_LUNIT_INPUT

    This function module gets the internal measurement unit for a technical measurement unit (six-digit external measurement unit). It is called automatically when measurement units are input in the screen.

  • CONVERSION_EXIT_LUNIT_OUTPUT

    This function module determines the language-dependent technical measurement unit (six-digit external measurement unit) and its short and long texts, for an internal measurement unit. It is called automatically when measurement units are output to the screen or the WRITE command is called.

  • DIMENSION_CHECK

    This function module checks whether the internal measurement unit matches the specified dimension. It can also check whether it is a commercial unit. You should support the selection of valid measurement units for a dimension with the function module UNIT_OF_MEASUREMENT_HELP.

  • DIMENSION_GET

    This function module gets the dimension key and text, depending on the exponents of the basis units. As the seven possible exponents have the default value null, you only have to put the exponents which are not null under EXPORTING, in the call.

  • DIMENSION_GET_FOR_UNIT

    This function module gets the dimension key for a measurement unit.

  • UNIT_OF_MEASUREMENT_HELP

    This function module shows either all measurement units, or all commercial measurement units of a dimension (external measurement unit and its long text), in a dialog box. If you do not specify a dimension, all measurement units are displayed. You can specify whether the kömeasurement units are only displayed, or can be selected, in a parameter.