Programme SAP RCPREO03 - Example Program For Reading Archives

Description
This is an example program used to display the usage of the functionmodule for reading existing 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 first create archive files using example programRSARCH04 in order to have data to read.

    Output
    The system creates a list in which data records from archive files aredisplayed.