Data Element list used by SAP ABAP Function Module CMS_API_CURR_CONV (Performs currency conversion)
SAP ABAP Function Module
CMS_API_CURR_CONV (Performs currency conversion) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | CMS_DTE_CONV_AMT | Amount Converted to Result Currency. | ||
| 2 | CMS_DTE_CONV_AMT | Amount Converted to Result Currency. | SOURCE VALUE(E_CONV_AMT) TYPE CMS_DTE_CONV_AMT |
|
| 3 | CMS_DTE_ORIGINAL_AMT | Original Amount that is to be Converted | SOURCE VALUE(I_ORIGINAL_AMT) TYPE CMS_DTE_ORIGINAL_AMT |
|
| 4 | CMS_DTE_ORIGINAL_CURR | Currency Key for the Original Amount. | SOURCE VALUE(I_ORIGINAL_CURR) TYPE CMS_DTE_ORIGINAL_CURR |
|
| 5 | CMS_DTE_RATE_TYPE | Exchange Rate Type for Currency Conversion | SOURCE VALUE(I_RATE_TYPE) TYPE CMS_DTE_RATE_TYPE DEFAULT 'M' |
|
| 6 | CMS_DTE_RESULT_CURR | Result Currency for Converting Original Amount. | SOURCE VALUE(I_RESULT_CURR) TYPE CMS_DTE_RESULT_CURR |
|
| 7 | UKURS_CURR | Exchange Rate | SOURCE VALUE(E_RATE) TYPE UKURS_CURR |
|