Skip to Content
0
Feb 28, 2010 at 12:32 PM

delete and internal table with not eqaul to fields

3548 Views

Hi I have an internal table I want delete few records with fields not equal to the variable v_lifnr, v_name1 and v_city,

structure of internal table has fields LIFNR, NAME1, CITY, TEXT1 and TEXT2.

I dont want to go by deletin in loop.