Menu

SAP Function Module ALM_AMOUNT_CONVERT

Umrechnen eines Betrags zwischen zwei SZBMETHs

The Function Module ALM_AMOUNT_CONVERT (Umrechnen eines Betrags zwischen zwei SZBMETHs) is a standard Function Module in SAP ERP and is part of the function group RMG8 within the package JBRA.

Technical Information

Function Module ALM_AMOUNT_CONVERT
Short Text Umrechnen eines Betrags zwischen zwei SZBMETHs
Function Group RMG8
Package JBRA
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_AMOUNT LIKE VTVFGCF08-BNWHR umzurechnender Betrag
I_BASEDAYS_FROM LIKE VTVFGCF08-ABASTAGE 0 Basistage für Start-Zinsberechnungsmethode
I_BASEDAYS_TO LIKE VTVFGCF08-ABASTAGE Basistage für Ziel-Zinsberechnungsmethode
I_DAYS_FROM LIKE VTBBEWE-ATAGE 0 Tage für Start-Zinsberechnungsmethode
I_DAYS_TO LIKE VTBBEWE-ATAGE Tage für Ziel-Zinsberechnungsmethode
I_DBEGIN TYPE D Beginn Berechnungszeitraum
I_DEND TYPE D Ende Berechnungszeitraum

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_AMOUNT LIKE VTVFGCF08-BNWHR umgerechneter Betrag
E_BASEDAYS_FROM LIKE VTVFGCF08-ABASTAGE Anzahl der Basistage Start-Zinsberechnungsmethode
E_DAYS_FROM LIKE VTBBEWE-ATAGE Anzahl Tage Start-Zinsberechnungsmethode

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.