Menu

SAP Function Module RRBA_CONVERT_PACKED_NUMBER

wandelt einen String in die verschiedenen Zahltypen

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 RRBA_CONVERT_PACKED_NUMBER (wandelt einen String in die verschiedenen Zahltypen) is a standard Function Module in SAP ERP and is part of the function group RRBA within the package RSROA.

Technical Information

Function Module RRBA_CONVERT_PACKED_NUMBER
Short Text wandelt einen String in die verschiedenen Zahltypen
Function Group RRBA
Package RSROA
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_CHAR LIKE Zahl in einem bel. Format
I_DECIMALS TYPE I RRSI_C_SID-NOT_EXIST Anzahl der Dezimalstellen bei der Ausgabe
I_DECIMAL_MARK TYPE C '.' Dezimalzeichen (,.) bei der Ausgabe
I_DECIMAL_MARK_IN TYPE C DezZeichen von i_char sofern <> i_decimal_mark
I_SIGN_PRSNT TYPE C SPACE Vorzeichendarstellung (1 -.., 2 ..- , 3 (..)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TOO_MANY_DECIMALS TYPE C 'X', d.h. es wurden Dezimalstellen abgeschnitten
E_VALUE_CHAR TYPE C ABAP interner Wert als String
E_VALUE_FLOAT TYPE F Zahl vom Typ f
E_VALUE_PACKED LIKE Zahl vom Typ p decimals i_decimals
E_VALUE_WRITE TYPE C Zahl in der gewünschten Darstellung

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
ILLEGAL_DECIMAL_MARK nicht unterstütztes Dezimalzeichen
ILLEGAL_SIGN_PRSNT nicht unterstützte Vorzeichendarstellung
INPUT_NOT_LEGAL Eingabe keine Zahl
TOO_BIG Zahl zu groß