ABAP Keyword Documentation → ABAP - Quick Reference
CLOSE CURSOR - Quick reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CLOSE CURSOR @dbcur.
Effect
ABAP SQL statement. Closes a
database cursor associated with dbcur
and that was opened using OPEN CURSOR
.