Posts

Showing posts from June, 2018

ABAP predefined functions - LINES

When dealing with internal tables, many a time, you are looking to know the number of records the table holds. In this bite-sized post, I will try to show you how to use ABAP predefined function LINES over the traditional approach of using DESCRIBE keyword.