Table/Structure Field list used by SAP ABAP Function Module CONVERT_TO_FOREIGN_CURRENCY (Translate local currency amount into foreign currency)
SAP ABAP Function Module
CONVERT_TO_FOREIGN_CURRENCY (Translate local currency amount into foreign currency) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | SYST - DATUM | ABAP System Field: Current Date of Application Server | SOURCE VALUE(DATE) LIKE SYST-DATUM |
|
| 2 | SYST - MANDT | ABAP System Field: Client ID of Current User | ||
| 3 | SYST - MSGID | ABAP System Field: Message ID | ||
| 4 | SYST - MSGNO | ABAP System Field: Message Number | ||
| 5 | SYST - MSGTY | ABAP System Field: Message Type | ||
| 6 | SYST - MSGV1 | ABAP System Field: Message Variable | ||
| 7 | SYST - MSGV2 | ABAP System Field: Message Variable | ||
| 8 | SYST - MSGV3 | ABAP System Field: Message Variable | ||
| 9 | SYST - MSGV4 | ABAP System Field: Message Variable | ||
| 10 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 11 | SYST - DATUM | ABAP System Field: Current Date of Application Server | ||
| 12 | TCURN - NOTATION | Quotation type for currency translation | ||
| 13 | TCURR - FCURR | From currency | ||
| 14 | TCURR - FFACT | Ratio for the "from" currency units | ||
| 15 | TCURR - KURST | Exchange rate type | ||
| 16 | TCURR - KURST | Exchange rate type | SOURCE VALUE(DERIVED_RATE_TYPE) LIKE TCURR-KURST |
|
| 17 | TCURR - MANDT | Client | ||
| 18 | TCURR - TCURR | To-currency | ||
| 19 | TCURR - TFACT | Ratio for the "to" currency units | ||
| 20 | TCURR - UKURS | Exchange Rate | ||
| 21 | TCURV - KURST | Exchange rate type | ||
| 22 | TCURV - XEURO | Indicator: Exchange rate type uses special translation model |