Start of Content Area
database cursor (BC-ABA)

ABAP Runtime Environment (BC-ABA)

Points to the resulting set of a database selection. The database cursor is always assigned to a row in the resulting set. In Open SQL, the cursor is handled implicitly with the exception of the statements OPEN CURSOR, FETCH, and CLOSE CURSOR.

End of Content Area