example :
selection-options : s_vbeln .
it has 1 to 10 low and high values
internal table it_vbeln has 1 - 20 vbeln values .
now i wanna delete entries which are not applicable as per s_vbeln.
that is from 11 to 20 must be deleted .
Please help.