Skip to Content
0
May 27, 2005 at 08:08 AM

How to check if a word in a string field?

1806 Views

I have an internal table named AA which has a field named status. This field is a string field may has word such like 'DLV' or 'TECO' etc.

I want to delete all fields in this internal table that status field has word 'DLV' or 'TECO'.

How can I do this?