Question:
i want to convert 1000.00 to 1,000.00 how i do this ? ? ? ?
Answer:
Using WRITE? F1 on the keyword, there're few options that you can use to achieve it.
Answer:
Try this, but you have to put 1000 to see the result you want.
DATA: num type p decimals 2.
Num = 1000.
write: / num.
Answer:
In displays:-
System->User Profile->Own Data->Defaults tab->Decimal notation
In ABAP:-
Should contain comas by default. Use NO GROUPING option of WRITE to remove commas... (a la wiraone)
Option
... NO GROUPING
Effect
If f has the type I or P, the thousand separators are omitted.
Or as a last resort :-
...USING EDIT MASK mask.
_________________
The Doc
Magna Grand Docot of the Tuly Idiot Order
2007 Basic Rules