Data Destruction Process
The destruction of data in Human Resources (HR) is divided into the following phases:
Archiving objects for which a destruction log or a creation block is required for the destruction period have a preprocessing program. For example, this is the case for archiving objects for destroying data relevant for payroll.
In the preprocessing phase, the preparatory steps for the destruction of data take place. The system generates a run ID for all personnel numbers for which data can be destroyed; you can select this run ID in the subsequent write program. For each of the personnel numbers considered in preprocessing, the system writes an entry to the infotype Archiving/Data Destruction
(0283) as a destruction log. This has the status Prepared for Data Destruction
. No data is deleted from the database during the preprocessing phase.
You run the preprocessing program before the write program. You always need to schedule and start a preprocessing program manually using Archive Administration
(transaction SARA
).
If preprocessing has taken place, the system creates a temporary archive file for the run ID generated in preprocessing. If no preprocessing has taken place, the system selects the data, makes the necessary checks, and creates the temporary archive file. No data is deleted from the database during the write phase.
For archiving objects with a preprocessing program, run the write program after the preprocessing program. You always need to schedule and start the write program manually using Archive Administration
(transaction SARA
).
The prerequisite for the delete phase is that a correct write run and, if required, a correct preprocessing run have taken place. The delete phase deletes data from the database tables and from the archive file. This destroys the personal data successfully from a data privacy perspective. If there is a destruction log in infotype 0283, the system automatically sets the status to Destroyed
.
Note
Since the destruction of data is critical, and to facilitate a suitable authorization concept, the standard data destruction process has two steps:
Archiving objects with a preprocessing program:
Preprocessing
Write and delete phase
The delete program is started automatically after the write phase.
In archiving-object-specific Customizing, it is specified whether the “delete” step automatically follows the creation of the archive file. To check this setting, choose Archive Administration
(transaction SARA
) .
Archiving objects without a preprocessing program:
Write phase
Delete phase
In this case, you always need to start the delete program manually.
For more information, see Authorization Concept for the Destruction of Data in HR.