The Function Module BKK_AMOUNT_CONV_TO_INTERNAL (Konvertierung von Währungsbeträgen in interne Darstellung) is a standard Function Module in SAP ERP and is part of the function group FB0B within the package FKB.
Function Module | BKK_AMOUNT_CONV_TO_INTERNAL |
Short Text | Konvertierung von Währungsbeträgen in interne Darstellung |
Function Group | FB0B |
Package | FKB |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AMOUNT_EXTERNAL | LIKE | Umzurechnender Betrag | ||
CURRENCY | LIKE | TCURC-WAERS | Währung | |
MAX_NUMBER_OF_DIGITS | LIKE | Anzahl max. Stellen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
AMOUNT_INTERNAL | LIKE | Umgerechneter 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 |
---|---|
CONVERSION_ERROR | Fehler bei Umrechnung |
MAX_NUM_OF_DIGITS_OVER_PASSED | Maximale Anzahl Stellen überschritten |
OVERFLOW | Überlauf, da umzurechnender Betrag zu groß |