Monday 27 June 2011

What is file handling in abap?


ABAP provides three statements for handling files:
  • The OPEN DATASET statement opens a file.
  • The CLOSE DATASET statement closes a file.
  • The DELETE DATASET statement deletes a file.

No comments:

Post a Comment