Procedure documentationArchiving and Destroying Events/Courses Using HRLSO_CRSE

 

You can use the archiving object HR: Events/Courses (HRLSO_CRSE) to archive and destroy data on Training and Event Management events and data on SAP Learning Solution courses (object type E). This applies to events and courses that are completed and are no longer relevant for education and training processes.

The archiving object HRLSO_CRSE supports the SAP NetWeaver Information Lifecycle Management (ILM) function for the destruction of data. In ILM, you specify the rules for retaining events and courses. In the write program, you can select ILM actions Archiving and Data Destruction.

When running the write program of the archiving object for data destruction, the system performs checks to evaluate these rules and determines which of the selected data can be archived. The data is temporarily written to an archive file. After the write phase, the associated delete program deletes the data from the database and the archive.

When running the write program of the archiving object for archiving, the system performs checks to evaluate these rules and determines which of the selected data can be archived. The program writes this data to an archive file. After this has been written, the associated delete program deletes the data from the database. The data remains in the archive file until its subsequent destruction. You can use a read program to access the archived data.

Note Note

If you implement Training and Event Management, select the archiving object Events on the selection screen of the write program. If you have activated SAP Learning Solution, select Courses.

End of the note.

Prerequisites

You have a valid license for SAP NetWeaver Information Lifecycle Management (ILM) and have activated the business function ILM (Information Lifecycle Management) in the Switch Framework (transaction SWF5).

Procedure

  1. Familiarize yourself with the features of this archiving object.

    To display the tables from which data is archived or deleted for this archiving object, in Archive Administration (transaction SARA), choose DB Tables. The system displays all relevant tables for events and courses and for event and course appraisals: Database tables for the application (LSO*, T77*), for appraisal documents (HRHAP*), and for the index of the tables HRHAP* (PLOGI), database tables for the additional data on infotypes (HRPAD*), and other additional tables on infotypes (HRT*).

  2. Familiarize yourself with the features of this archiving object.

    For more information, see Characteristics of HRLSO_CRSE

  3. Familiarize yourself with the checks that are performed for this archiving object.

    For more information, see Checks of HRLSO_CRSE

  4. Create a variant for the preprocessing program of this archiving object.

    For more information, see Creating a Preprocessing Variant for HRLSO_CRSE

  5. Create a write variant for the archiving object.

    For more information, see Creating a Write Variant for HRLSO_CRSE

  6. Familiarize yourself with the dependencies between this archiving object and other components.

    For more information, see Dependencies of HRLSO_CRSE

  7. Ensure that you have the authorizations required for this archiving object.

    For more information, see Authorizations for HRLSO_CRSE

  8. Familiarize yourself with the available enhancements for this archiving object.

    For more information, see Enhancements for HRLSO_CRSE