SAP CLOSE ABAP Statements

Get Example source ABAP code based on a different SAP table
  


CONTENTS
Standard SAP Help for CLOSE

CLOSE
• CLOSE ABAP_CONTENTS


ABAP Syntax

Closes a database cursor

1 CLOSE CURSOR ...

Closes a file

2 CLOSE DATASET ...

Return to menu