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?