Skip to content

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. Since a single character may occupy more columns in the list than positions in the list buffer, only the horizontal position of the list cursor which also corresponds to the column in the displayed list is guaranteed for the lower and upper output limits.

Other versions: 7.31 | 7.40 | 7.54