ABAP Keyword Documentation → ABAP Glossary
cursor
A cursor determines a position. The term "cursor" means the position of a pointer in a display window. A list cursor determines the output position in a list and a database cursor reads data from database tables. In this sense, the file pointer can be viewed as a cursor as well.