SAP Program RSARCH06 - Example Program for Archiving, Delete Program, Index creation

Description
This is an example program for showing how the function modules areused to read available archives and delete archived data in thedatabase.
The archiving deletion programs use the same function modules as theevaluation programs. The only difference is that the deletion programsalso delete the archived data records in the database.
The following function modules are used:

  • ARCHIVE_OPEN_FOR_DELETE

  • ARCHIVE_GET_NEXT_OBJECT

  • ARCHIVE_GET_NEXT_RECORD

  • ARCHIVE_CLOSE_FILE
  • Precondition
    This program is called automatically by the program RSARCH04, ifthe delete program Exec. automat. flag is set in the archivingobject customizing.

    Output
    No data is actually deleted in this program but only a list output. Youcan therefore call this program without losing data.

    See also
    Definition of archiving program
    Definition of delete program