SAP CLOSE CURSOR - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for CLOSE

CLOSE CURSOR

ABAP Reference
ABAP Code Snippet


ABAP Syntax CLOSE CURSOR dbcur.

ABAP Code Snippet

What does it do? Closes a database cursor that is linked with dbcur and was opened using OPEN CURSOR.

Return to menu