DELETE itab

Short Reference

Syntax

DELETE { itab_line | itab_lines | duplicates }.

Effect

This statement either deletes one or more rows itab_line or itab_lines, specified with the table key or table index, or it deletes neighbouring duplicate rows duplicates.

System Fields

sy-subrc Meaning
0 At least one row was deleted.
4 No row was deleted, since no suitable row was found using the table key or logical condition; or the specified index was larger than the current number of rows; or no duplicate neighbouring rows were found.