價格: TWD 85.26
The currency conversion is performed according to the definitions in configuration step: Define Currency Settings for Ledgers and Company Codes.
A currency field is a component of a structure, database table, or view defined in ABAP Dictionary of type CURR and used to record an amount in a specific
USD uses 2 decimals to denote cents as in $25.10; EUR uses 2 decimals to denote €25.10; INR uses 2 decimals to denote paise as in ₹25.10.
The ABAP Core Data Services (CDS) provide the built-in function CURRENCY_CONVERSION to convert different currencies to a common target currency.
One of the data types in SAP is Currency (CURR). A Currency field may contain values for different currencies (eg JPY, USD, CDN, etc).
ABAP编程中,有个概念很重要,即Currency Converting Factor(货币转换因子)。可能很多ABAP初学者都不知道这是什么东西,这里我们就简单探讨下。
A currency field must be associated with a currency key of a structure, database table, or view that specifies the currency and number of decimal places. A