2007 May 14 3:21 PM
Hi,
could any body help me in finding FM for converting a currency into another or any other way to do it
I have Currency USD , amount 600 want to convert into EUR
many thanks in advance
bobby
2007 May 14 3:23 PM
Hi,
Please try this FM.
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_AMOUNT_TO_CURRENCY
Regards,
Ferry Lianto
Hi,
could any body help me in finding FM for converting a currency into another or any other way to do it
I have Currency USD , amount 600 want to convert into EUR
many thanks in advance
bobby
2007 May 14 3:23 PM
Hi,
Please try this FM.
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_AMOUNT_TO_CURRENCY
Regards,
Ferry Lianto
2007 May 14 3:24 PM
Hi,
plz chek the below FM'S
CONVERT_TO_FOREIGN_CURRENCY
CONVERT_TO_LOCAL_CURRENCY
Regards,
Nagaraj
2007 May 14 3:24 PM
2007 May 14 3:25 PM
CALL FUNCTION 'CONVERT_TO_FOREIGN_CURRENCY'
EXPORTING DATE = BKPF-WWERT
FOREIGN_CURRENCY = BKPF-WAERS
LOCAL_CURRENCY = T001-WAERS
LOCAL_AMOUNT = BSEG-DMBTR
RATE = BKPF-KURSF
TYPE_OF_RATE = 'M'
IMPORTING EXCHANGE_RATE = KURS
FOREIGN_AMOUNT = BSEG-WRBTR
FOREIGN_FACTOR = FAKTOR-F
LOCAL_FACTOR = FAKTOR-L
EXCEPTIONS NO_RATE_FOUND = 4
NO_FACTORS_FOUND = 8.
2007 May 14 3:36 PM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |