Hello,
i wanna delete the entries in itab where <itab>-field has value anything box* or sol*
statement:
DELETE gt_itab WHERE field1 CA 'BOX%'
OR field1 CA 'SOL%'.
but it deletes all entries in the table.
plz advise.