Skip to Content
0
Former Member
May 12, 2008 at 12:33 PM

delete from internal table based on select options

7136 Views

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.