Working with Files on the Application Server 

In ABAP, there is a range of statements for processing data that is stored in sequential files on the application server instead of the database. The following sections describe

File Handling in ABAP

Writing Data to Files

Reading Data from Files

During sequential file operations, the system performs a range of automatic checks, some of which may lead to runtime errors.

Automatic Checks in File Operations