Ansicht
Dokumentation

CONVERSION_EXIT_LUNIT_INPUT - Conversion exit for technical (6-char) measurement unit INPUT

CONVERSION_EXIT_LUNIT_INPUT - Conversion exit for technical (6-char) measurement unit INPUT

General Material Data   General Data in Customer Master  
This documentation is copyright by SAP AG.
SAP E-Book
Functions

The function module determines the internal measurement unit for a technical measurement unit (6-character external measurement unit).

Example

DATA: UNIT_EXT LIKE T006-MSEH6,
      UNIT_INT LIKE T006-MSEHI.
...
CALL FUNCTION 'CONVERSION_EXIT_LUNIT_INPUT'
     EXPORTING
          INPUT          = UNIT_EXT
          LANGUAGE       = SY-LANGU
     IMPORTING
          OUTPUT         = UNIT_INT
     EXCEPTIONS
          UNIT_NOT_FOUND = 01.

Notes
  • This module is called automatically when a measurement unit is included in the dynpro input.
  • All function modules in this group are selectively buffered by default. This internal table buffering can be disactivated with the function module BUFFER_CONTROL_SCVU or be switched to 'complete buffering'.




Parameters

INPUT
LANGUAGE
OUTPUT

Exceptions

UNIT_NOT_FOUND

Function Group

SCVU

Addresses (Business Address Services)   General Data in Customer Master  
This documentation is copyright by SAP AG.

Length: 1767 Date: 20240523 Time: 092309     sap01-206 ( 23 ms )