SAP DATABASE CURSOR - Glossary



Get Example source ABAP code based on a different SAP table
  


VERSION 5 IN

database cursor
Pointer to the result set of a database selection. The database cursor is always assigned to a line of the result set. In AB_SQL , cursor handling is implicit, except for the statements OPEN CURSOR, FETCH, and CLOSE CURSOR. A program can open a maximum of 17 database cursors simultaneously using the AB-SQL interface.