Skip to Content
0
May 12, 2010 at 02:18 PM

How can I delete data from table that has only one field

33 Views

Hi Gurus,

I have a little problem with deleting data from internal tabl.

DATA gt_packages TYPE STANDARD TABLE OF devclass.

I want to delete all entries which have value 'TEST'. How can I do this without using loop?

DELETE gt_packages WHERE ??? = 'TEST' ?

BR

Marcin Cholewczuk