2008 Apr 17 12:06 PM
Hi All,
Is there any Function module to get the currency descriptions?
Here i need to populate the values like if the 1 dollar is there i have to display the amount as 1 dollar , if it is 12 dollars then i have to display the amount as 12 dollar(s).
Example: 1 Dollar (singular)
1000 Dollars (plural)
Thanks,
Vijay
Hi All,
Is there any Function module to get the currency descriptions?
Here i need to populate the values like if the 1 dollar is there i have to display the amount as 1 dollar , if it is 12 dollars then i have to display the amount as 12 dollar(s).
Example: 1 Dollar (singular)
1000 Dollars (plural)
Thanks,
Vijay
2008 Apr 17 12:10 PM
Hi,
use the table TCURC for getting the currency description.
if it is more than append 'S' to that description.
rgds,
bharat.
2008 Apr 17 12:12 PM
to get descriptions use FM :
WB2_READ_CURRENCY_TEXT
if v_amount_value is > 1.
concatenate v_text 's' into v_text.
endif.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |