SAP CURSOR - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 OUT

cursor
A cursor determines a position. First, the term cursor means the position of a pointer in a display window. Second, a list cursor determines the output position in a list, and there is also a database cursor to read data from database tables. In this sense, the file pointer can be seen as a cursor as well.