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 Data Element  DMBTR Amount in local currency SOURCE VALUE(FROM_AMOUNT) LIKE BSEG-DMBTR
2 Data Element  FFACT_CURR Ratio for the "from" currency units SOURCE VALUE(FROM_FACTOR) LIKE TCURR-FFACT
3 Data Element  TFACT_CURR Ratio for the "to" currency units SOURCE VALUE(TO_FACTOR) LIKE TCURR-TFACT
4 Data Element  UKURS_CURR Exchange Rate SOURCE VALUE(RATE) LIKE TCURR-UKURS
5 Data Element  WAERS Currency Key SOURCE VALUE(FROM_CURRENCY) LIKE BKPF-WAERS
6 Data Element  WAERS Currency Key SOURCE VALUE(TO_CURRENCY) LIKE BKPF-WAERS
7 Data Element  WRBTR Amount in document currency SOURCE VALUE(TO_AMOUNT) LIKE BSEG-WRBTR