Hi,
I have declared fields BEWEG (Internal Movements) and netto (Net Volume) for a internal table. The data type of these fields is mseg-menge.
Sometimes when the value is negative like 578.000-, in internal table it stores as *8.00-.
It goes for dump when i try to do addition using this.
Why is that * coming in the value?
Is it because of lengh?
But for positve values, it works fine.
Ezhil.