Ansicht
Dokumentation

CONVERSION_EXIT_IMUOM_OUTPUT - Conversion exit for commercial (3-char) measurement unit OUTPUT

CONVERSION_EXIT_IMUOM_OUTPUT - Conversion exit for commercial (3-char) measurement unit OUTPUT

General Material Data   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.
SAP E-Book
Functionality

The function module determines the language-dependent business measurement unit (3-character external measurement unit) and its short and long text, for an internal measurement unit.

Example

DATA: UNIT_EXT LIKE T006-MSEH3,
      UNIT_INT LIKE T006-MSEHI,
      TEXT_SHORT(10) TYPE C,
      TEXT_LONG(30)  TYPE C.
...
CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT'
     EXPORTING
          INPUT          = UNIT_INT
          LANGUAGE       = SY-LANGU
     IMPORTING
          LONG_TEXT      = TEXT_LONG
          OUTPUT         = UNIT_EXT
          SHORT_TEXT     = TEXT_SHORT
     EXCEPTIONS
          UNIT_NOT_FOUND = 01.

Notes
  • This module is called automatically when measurement units are output on the screen, and at the WRITE command.
  • 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
LONG_TEXT
OUTPUT
SHORT_TEXT

Exceptions

UNIT_NOT_FOUND

Function Group

/SAPLVIM_CONV

CPI1466 during Backup   Addresses (Business Address Services)  
This documentation is copyright by SAP AG.

Length: 2167 Date: 20240523 Time: 110636     sap01-206 ( 26 ms )