Programme SAP RSARCH05 - Example Program for Reading Archives

Description
This is an example program for showing how the function modules areused to read available archives.
The following function modules are used:

  • ARCHIVE_OPEN_FOR_READ

  • ARCHIVE_GET_NEXT_OBJECT

  • ARCHIVE_GET_NEXT_RECORD

  • ARCHIVE_CLOSE_FILE
  • Precondition
    You should create archive files with the example programRSARCH04 so that you also have data which can be read.

    Output
    A list is generated with data records from the archive files.