ABAP Keyword Documentation → ABAP Glossary
List Cursor
Current cursor position for output in a list in the
list buffer. Defined by the contents of the
system fields
sy-colno
(position) and sy-linno
(line) and refers to the current page in the list. In non-
Unicode systems the
horizontal position also corresponds to the column in the list displayed. In Unicode systems, this is
only certain for the top and bottom limits of the individual items output, since a character can occupy more columns in the list than positions in the list buffer.