C:利用现成的Function modules: CURRENCY_AMOUNT_ SAP _TO_ DISPLAY : 显示存储的金額 CURRENCY_AMOUNT_DISPLAY_TO_SAP : 存储输入的金額(至CURR type的数据表的字段)
C:利用现成的Function modules: CURRENCY_AMOUNT_ SAP _TO_ DISPLAY : 显示存储的金額 CURRENCY_AMOUNT_DISPLAY_TO_SAP : 存储输入的金額(至CURR type的数据表的字段)
CURRENCY_AMOUNT_ SAP _TO_ DISPLAY : 显示存储的金額 CURRENCY_AMOUNT_DISPLAY_TO_SAP : 存储输入的金額(至CURR type的数据表的字段)
In the last articleConversion Exit to format Amounts in ALV, I have demonstrated on how you can achieve the Amount formatting. That formatting was only for one currency $ dollars. I didn’t consider the Currency along with the Amount. So, I knew one of you might ask how, you can achie...
3. Decimals sign: SAP field "Decimal Format" (T005X-XDEZP). 4. Number of decimals: SAP field "Number of decimal places" (TCURX-CURRDEC). So for characteristics 1, 2 and 5 we need an extra table. Currency ABAP class I created a class to format amounts based on the country and...
This is the standard currency conversion behavior of BRFplus that has to be considered when it comes to do the base configuration of the currency exchange rates in the system. If this is not the way you want to do the conversion you have the option of an application exit to implement ...
SAP Managed Tags: ABAP Development Hi experts, i have written the code like this: write <fs_wa_mbew>-vjbws to l_v_value currency l_wa_t001-waers. REPLACE ALL OCCURRENCES OF ',' in l_v_value WITH ' '. CONDENSE l_v_value. CONCATENATE l_v_value '.00' INTO l_v_value. ...
Download PDF ShareWas this page helpful? YesNoCopyright Disclaimer Privacy Statement Legal Disclosure Trademark Terms of Use Cookie Preferences Accessibility and Sustainability System Status Ask a question about the SAP Help Portal Find us on Share ...
Conversion Routine If your first thought is to define a character field on the output, you are wrong. If you create a character field and format the Amount say as per the format above, you will lose some key abilities – Like Total, Sub-total, Sorting etc in an ALV. These are powerful...
But in CDS we are able to do more. We can create a view hiding the currency information or we can map all amount columns to a constant defined currency. I prefer the last variant because we take the currency information into BRFplus and do not need to append it later to the data. ...