Hi Arman,
you can use the field symobol to avoid this problem.
this happend when you use at end , at new statments , and if the field char , it will refer to *,
if is numeric, it will refer to 0.
Just use field symobl.
loop at ITAB assigning <ls_data>.
at new.
at end.
endloop.
Regards
Ibr