Data Element list used by SAP ABAP Function Module TB_DATAFEED_CALCULATE_CURRENCY (Datafeed: Use Currency Ratio to Convert Exchange Rate)
SAP ABAP Function Module
TB_DATAFEED_CALCULATE_CURRENCY (Datafeed: Use Currency Ratio to Convert Exchange Rate) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | FFACT_CURR | Ratio for the "from" currency units | SOURCE VALUE(IN_FROM_FACTOR) LIKE TCURF-FFACT |
|
| 2 | FFACT_CURR | Ratio for the "from" currency units | SOURCE VALUE(OUT_FROM_FACTOR) LIKE TCURF-FFACT |
|
| 3 | TB_QUOTE | Datafeed: Indirect (x) or Direct Quotation ( ) | SOURCE VALUE(MQUOTE) LIKE VTB_MARKET-MQUOTE |
|
| 4 | TFACT_CURR | Ratio for the "to" currency units | SOURCE VALUE(IN_TO_FACTOR) LIKE TCURF-TFACT |
|
| 5 | TFACT_CURR | Ratio for the "to" currency units | SOURCE VALUE(OUT_TO_FACTOR) LIKE TCURF-TFACT |
|