ABAP Keyword Documentation → ABAP - Short Reference
CLOSE CURSOR - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
CLOSE CURSOR dbcur.
Effect
Closes a database cursor that is linked with dbcur
and was opened using OPEN CURSOR
.