Show TOC

Archiving the Administrative Log for Read Access Logging with SRAL_ELOGLocate this document in the navigation structure

Use

You use the archiving object SRAL_ELOG to define archiving and deletion rules for the administrative log of Read Access Logging.

You can use the ADK class SRAL_ELOG to combine the archiving object with another archiving object.

Prerequisites

To read and write data to the archive, you need to be assigned the authorization object S_RAL_ELOG with activity 03.

To delete data from the archive, you need to be assigned the authorization object S_RAL_ELOG with activity 06.

Procedure

Writing Data to the Archive

  1. Start Archiving Administration (transaction code SARA) and display the archiving object SRAL_ELOG.

  2. Define a variant for the write program SRAL_WRI_ERR and specify a retention period. For example, you can base this on a logging purpose.

  3. Start the write program SRAL_WRI_ERR .

Deleting Data from the Archive

Data that has been saved to an archive can be deleted from the database.

  1. Start Archiving Administration (transaction code SARA) and display the archiving object SRAL_ELOG.

  2. Define a variant for the delete program SRAL_DEL_ERR and specify when the deletion should take place.

  3. Select the archive to delete the data that has been saved to this archive from the database.

  4. Start the delete program SRAL_DEL_ERR.

Reading and Reloading Data in the Archive

  • To read archived data, start the read program SRAL_REA_ERR.