Menu

SAP Function Module FLTP_CHAR_CONV_FROM_SI_RFC

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

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 FLTP_CHAR_CONV_FROM_SI_RFC (Umrechnung von SI-Einheit und Formatkonvertierung Gleitpunkt --> Character) is a standard Function Module in SAP ERP and is part of the function group IMR2 within the package IMRC.

Technical Information

Function Module FLTP_CHAR_CONV_FROM_SI_RFC
Short Text Umrechnung von SI-Einheit und Formatkonvertierung Gleitpunkt --> Character
Function Group IMR2
Package IMRC
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DEC_ALWAYS_WITH_COMMA LIKE IREF-IIND SPACE X - Dezimalzeichen ist immer ',' - Sonst User-abhängig
DEC_ALWAYS_WITH_POINT LIKE IREF-IIND SPACE X - Dezimalzeichen ist immer '.' - Sonst User-abhängig
EXPONENT LIKE T006-EXPON 0 10er-Exponent für Aufbereitung von CHAR_VALUE
FLTP_VALUE_SI LIKE RSCVP-VALUS 0 Quell-Wert im FLTP-Format, in SI-Einheit
INDICATOR_VALUE LIKE IREF-IIND SPACE X - FLTP_VALUE_SI enthält einen Wert
LEFT_JUSTIFIED LIKE IREF-IIND SPACE X - Aufbereitung von CHAR_VALUE linksbündig
MASC_SYMBOL LIKE SYST-VLINE SPACE Maskierungszeichen, falls Eingabemaske (z.B. '_')
NUMBER_DECIMALS LIKE T006-DECAN 15 Dezimalstellen für Aufbereitung von CHAR_VALUE
NUMBER_DIGITS LIKE CABN-ANZST 22 Anzahl Stellen für Aufbereitung von CHAR_VALUE
UNIT_IS_OPTIONAL LIKE IREF-IIND SPACE X - Einheit darf fehlen, dann keine Umrechnung
UNIT_LANGUAGE LIKE T006A-SPRAS SY-LANGU Sprache zur externen Maßeinheit
UNIT_TARGET_INT LIKE T006-MSEHI SPACE Ziel-Maßeinheit, interne Darstellung

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CHAR_VALUE LIKE RSCVP-VALC2 Ziel-Wert im CHAR-Format, umgerechnet in UNIT_TARGET
UNIT_TARGET_EXT3 LIKE T006A-MSEH3 Ziel-Maßeinheit, extern, 3-stellig
UNIT_TARGET_EXT6 LIKE T006A-MSEH6 Ziel-Maßeinheit, extern, 6-stellig
UNIT_TEXT_LONG LIKE T006A-MSEHL Text zur Ziel-Maßeinheit, lang
UNIT_TEXT_SHORT LIKE T006A-MSEHT Text zur Ziel-Maßeinheit, kurz

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 Ziel-Maßeinheit fehlt im Aufruf
UNIT_NOT_FOUND Ziel-Maßeinheit nicht gefunden