2008 Feb 19 11:39 AM
Hi,
In my output list currency is displayed as 10.500,50
But i want to display as 10,500.50
Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:05 PM
Hi,
In my output list currency is displayed as 10.500,50
But i want to display as 10,500.50
Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:05 PM
2008 Feb 19 11:43 AM
use the unit addition of the statement and with it use the according unit.
2008 Feb 19 11:43 AM
This comes from your user settings.
Go to menu
- System
- User Profile
- Own Data
- Tabstrip Defaults
Her you can maintain your default settings.
Change your settings and save
Regards,
Michael
2008 Feb 19 11:47 AM
Hi,
Plz try the function module HRCM_STRING_TO_AMOUNT_CONVERT.
Am attaching a piece of code with examples of the same.
DATA:output TYPE P DECIMALS 2.
CALL FUNCTION 'HRCM_STRING_TO_AMOUNT_CONVERT'
EXPORTING
STRING = '10000'
DECIMAL_SEPARATOR = '.'
THOUSANDS_SEPARATOR = ','
WAERS = ' '
IMPORTING
BETRG = output.
WRITE: output. "10,000.00
<REMOVED BY MODERATOR>
Edited by: prosenjit chaudhuri on Feb 19, 2008 12:48 PM
Edited by: Alvaro Tejada Galindo on Feb 19, 2008 5:06 PM
2008 Feb 19 11:51 AM
2008 Feb 19 12:38 PM
Hi,
Go to SU01 --> Input user id --> Display --> go to default tab -- Chnage the decimal notation to 1,234,567.89.
Thanks,
Sriram Ponna.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |