Hello Experts,
I have a problem with decimals.
I have a structure field of type CURR with decimals 2. and length of 13. (domain WERT7)
So this field is having values like this,
1000.00
25.00
999.00
I passed this srtucture to ALV method set_table_for_first_display.
but when I see in the output these above mentioned amounts are being displyed like below..
100000
2500
99900
in the output is is missing the decimal pointer.
Please help me with this.
thanks,
Bhaskar