Menu

SAP Function Module CHAR_FLTP_CONVERSION_TO_SI

Formatkonvertierung Character --> Gleitpunkt und Umrechnung in SI-Einheit

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

The Function Module CHAR_FLTP_CONVERSION_TO_SI (Formatkonvertierung Character --> Gleitpunkt und Umrechnung in SI-Einheit) is a standard Function Module in SAP ERP and is part of the function group IMR2 within the package IMRC.

Technical Information

Function Module CHAR_FLTP_CONVERSION_TO_SI
Short Text Formatkonvertierung Character --> Gleitpunkt und Umrechnung in SI-Einheit
Function Group IMR2
Package IMRC
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHAR_UNIT LIKE SPACE Maßeinheit zu CHAR_VALUE
CHAR_VALUE LIKE SPACE Wert im CHAR-Format
DECIMALS_MAX LIKE T006-DECAN '15' Maximale Anzahl Dezimalstellen in CHAR_VALUE
FIELD_NAME LIKE SPACE Feldname auf Dynpro, für Cursor-Positionierung
MASC_SYMBOL LIKE SPACE Maskierungszeichen, falls Eingabemaske
UNIT_IS_OPTIONAL LIKE IREF-IIND SPACE Einheit darf fehlen, dann keine Umrechnung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DECIMALS LIKE T006-DECAN Anzahl Dezimalstellen vor Umrechnung in SI-Einh.
FLTP_VALUE LIKE Wert im FLTP-Format
FLTP_VALUE_SI LIKE Wert im FLTP-Format, umgerechnet in SI-Einheit
INDICATOR_VALUE LIKE X - FLTP_VALUE_SI enthält einen Wert

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NO_UNIT_GIVEN CHAR_UNIT enthält keine Einheit
STRING_NOT_FLTP CHAR_VALUE nicht ins FLTP-Format konvertierbar
UNIT_NOT_FOUND CHAR_UNIT nicht gefunden