ABAP Keyword Documentation → ABAP Glossary
database cursor
Pointer to the resulting set of a database selection. The database cursor is always assigned to a line of the resulting set. In
Open SQL, the cursor handling
is implicit, except for the statements OPEN
CURSOR, FETCH
and CLOSE CURSOR
.