You can check exchange rate types by using one of the following SAP navigation method. Transaction code: –OB07 Menu Path: –SPRO–>IMG–> SAP Netweaver –> General Settings –> Currencies –> Check Exchange Rate type Step 1)Entertransaction code“OB07” in the SAP command field and enter...
CALLFUNCTION'BAPI_EXCHANGERATE_GETDETAIL' EXPORTING RATE_TYPE ='M' FROM_CURR = &2 TO_CURRNCY = &1 DATE = sy-datum IMPORTING EXCH_RATE = exr2 * RETURN = . if exr-valid_from >= exr2-valid_from . &3= exr-EXCH_RATE ."如果日期為 0 ,則rate為0 else. &3=1 / exr2-EXCH_RATE ....
Tcode:VA03进入销售订单显示屏幕,点击header按钮。 可以看到订单货币和本位币之间的汇率(exchange rate) 订单货币:VBAK-WAERK 汇率:VBKD-KURSK 本位币保存在表TVKO中的字段TVKO-WAERS,可以根据销售订单采购组织(Sales Organization)取得。 以上。
A key representing a type of exchange rate in the SAP System. Financial Accounting (FI)
CRM Exchange Rate Type Technical name: 0CRM_EXCTYP Use They type of exchange rate used in the business transaction for converting currencies, for example, from local to document currency. Supported from Release CRM 2.0C Reference characteristic 0RATE_TYPE External hierarchy N/A Compounding N...
Go to next lesson:SAP Exchange Rate Table Go to previous lesson:Currencies in SAP Go to overview of the course:Free SAP FI Training Page last updated byCleo Isco Just be careful of some minor gramatical errors throughout the course. For example: ...
SAP Managed Tags: FIN (Finance) FIN (Finance) Software Product Function View products (1) Hi, I want to assign a new exchange rate type instead of M to my co code. Where I can assign it to company code so that at the time of posting any document rate should be pickedup from ne...
SAP Managed Tags: FIN Controlling Hi guys! When doing a COPA-Cycle with KEU5 and controlling area currency differs from cost center currency which exchange rate type is used for conversion (of the COPA-line-item from controlling area currency to cost center currency). Where can I find the ...
SAP Managed Tags: ABAP Development Hello, In ME22N exchange rate type is 'M' by default. When a price condition has currency different than purchase order this 'M' rate is used. Now I need to change this 'M' rate but for particular price conditions (and exchange rate type can be di...
BAPI_EXCHANGERATE_GETDETAIL 用法: tables : tcurr .data : g_waers type tcurr-UKURS .data : exr type BAPI1093_0 , exr2 type BAPI1093_0 ."定义一个宏define ZWAERS . clear: exr , exr2 . CALL FUNCTION 'BAPI_EXCHANGERATE_GETDETAIL'