The Function Module C14W_CHAR_NUMBER_CONVERSION (EHS: Prüfung und Konvertierung von Char nach Float und Decimal) is a standard Function Module in SAP ERP and is part of the function group C14W within the package CBUI.
Function Module | C14W_CHAR_NUMBER_CONVERSION |
Short Text | EHS: Prüfung und Konvertierung von Char nach Float und Decimal |
Function Group | C14W |
Package | CBUI |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_STRING | TYPE | CHAR30 | Wert in 'Character' |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_DEC | TYPE | ESECOMPAVG | Wert in 'packed decimal', vier Nachkommastellen | |
E_DECIMALS | TYPE | I | Anzahl der Dezimalen., -1 - String initial | |
E_FLOAT | TYPE | F | Wert in 'Float' |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
ARITHMETIC_SIGN | mehr als ein Vorzeichen eingegeben |
FIRST_CHARACTER_WRONG | erstes Zeichen falsch |
MULTIPLE_DECIMAL_SEPARATOR | mehrere Dezimalzeichen |
NUMBER_TOO_BIG | eingegebene Zahl ist zu groß |
THOUSANDSEP_IN_DECIMAL | Tausenderzeichen innerhalb des Dezimalparts |
THOUSAND_SEPARATOR | Fehler bei den Tausenderzeichen |
WRONG_CHARACTERS | falsche Zeichen enthalten |