Instead of doing coding in this way collect all val_area in one range table say it_valarea.
it_valarea will have fields sigh,option,low high.
Delete the data from internal table where val_area not in it_valarea.
and then u can do your work on this internal table.