What does it do? In this variant, the statement DELETE> deletes a line specified by a table key in table_key>> or a line specified by a line number index>>.
ABAP_EXAMPLE_VX5 Deletion of individual lines in an internal table. The first DELETE > statement uses the primary table key to find the line. The second DELETE> statement deletes the line by specifying a line number, which is also determined here by accessing a key. ABEXA 00207 ABAP_EXAMPLE_END