how to use feild symbol for deleting data from tables?
suppose itab is my internal table
in which i have 3 table xa1 xa2 xa3
and i have a condition type xa1
then i to delete entries in table where values in field
Xa1 is zero
for e.g
case cond.
when xa1.
delete itab where xa1 = 0.
when xa2.
delete itab where xa2 = 0.
when xa3.
delete itab where xa3 = 0.
endcase.
i want to use a field symbol here
points wll b rewarded
for the correct ans
With Regards
Rohan