Hi Everyone,
The internal table contains contains field A,B,C,D
I need to remove the contain of D
suppose table has following entries:
A B C D
1 2 3 (blank)
4 5 6 .00
7 8 9 .00
0 6 1 (blank)
Requirement is to remove ".00" and keep it blank
How can this be achieved?
Thanks.