ABAP [ABAP] Delete all rows from index September 26, 2022 September 26, 2022 abap, delete, index, lines, rows, SAP, table If you want to delete all lines from a certain index, e.g. 6, you can do the following: DELETE lt_data FROM 6 TO lines( lt_data ). As result, your table will only hold the first 5 rows. [JavaScript] Create date object from date string dd.MM.yyyy [ABAP] OData – Filtering, Sorting, Paging Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *CommentName* Email* Website Save my name, email, and site URL in my browser for next time I post a comment.