The Function Module UNITS_STRING_CONVERT (Konvertierung eines abgekürzten Betragstrings in den entsprechenden Betrag) is a standard Function Module in SAP ERP and is part of the function group TB01_ADDON within the package FTA.
Function Module | UNITS_STRING_CONVERT |
Short Text | Konvertierung eines abgekürzten Betragstrings in den entsprechenden Betrag |
Function Group | TB01_ADDON |
Package | FTA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DCPFM | LIKE | USR01-DCPFM | Dezimalpunktformat gemäß Benutzerstamm | |
MLLN | LIKE | 'M' | Abkürzungszeichen für eine Million | |
TSND | LIKE | 'T' | Abkürzungszeichen für Eintausend | |
UNITS_STRING | LIKE | Abgekürzter Betragstring |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
UNITS | LIKE | Betrag |
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 |
---|---|
INVALID_TYPE | Feldtyp des Betragsfeldes ist ungültig |