17.08.2013 Views

Data Interfaces

Data Interfaces

Data Interfaces

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

File Processing<br />

© SAP AG<br />

Open file<br />

Process file<br />

Close file<br />

Before data records can be written to a sequential file or read from a file, the file must be opened.<br />

After processing, the file is closed.<br />

In the program, you call the file by its absolute file name. The absolute file name consists of the exact<br />

path and the actual (relative) file name, e.g. '/tmp/bc180/d01' (note that file names are case-sensitive).<br />

The format of file names is largely dependent on the operating system. You can access portable<br />

programs with the function module FILE_GET_NAME which returns the physical name for a given<br />

logical file name. See also the online documentation for the module in Transaction SE37 or refer to the<br />

online ABAP/4 User’s Guide.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!