Data Element list used by SAP ABAP Function Module CONVERT_CURRENCY_BY_RATE (Convert currency using given rate)
SAP ABAP Function Module
CONVERT_CURRENCY_BY_RATE (Convert currency using given rate) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
DMBTR | Amount in local currency | SOURCE VALUE(FROM_AMOUNT) LIKE BSEG-DMBTR |
2 | ![]() |
FFACT_CURR | Ratio for the "from" currency units | SOURCE VALUE(FROM_FACTOR) LIKE TCURR-FFACT |
3 | ![]() |
TFACT_CURR | Ratio for the "to" currency units | SOURCE VALUE(TO_FACTOR) LIKE TCURR-TFACT |
4 | ![]() |
UKURS_CURR | Exchange Rate | SOURCE VALUE(RATE) LIKE TCURR-UKURS |
5 | ![]() |
WAERS | Currency Key | SOURCE VALUE(FROM_CURRENCY) LIKE BKPF-WAERS |
6 | ![]() |
WAERS | Currency Key | SOURCE VALUE(TO_CURRENCY) LIKE BKPF-WAERS |
7 | ![]() |
WRBTR | Amount in document currency | SOURCE VALUE(TO_AMOUNT) LIKE BSEG-WRBTR |