call function 'CONVERT_TO_LOCAL_CURRENCY'
     exporting
       client           sy-mandt
       date             sy-datum
       foreign_amount   = 1        "Çevrilecek miktar
       foreign_currency = 'USD'    "Yabancı para birimi
       local_currency   'TRY'    "Çevrilecek para birimi
       rate             0
       type_of_rate     'N'      "M Alış N Satış
       read_tcurr       'X'
     importing
       exchange_rate    lv_amount2
     exceptions
       no_rate_found    1
       overflow         2
       no_factors_found 3
       no_spread_found  4
       derived_2_times  5
       others           6.
 
 
Serkan AKKAVAK
Bilgisayar Mühendisi
serkurumsal@yandex.com