Archiving Issues with /IAM/ISSUE
With the archiving object /IAM/ISSUE
, you can archive issues and their corresponding information, such as reference objects, descriptions, partners, and attachments stored in the system. Which information is archived in detail is listed in archive administration (transaction SARA
) under Database Tables
and in the application for archiving object definition (transaction AOBJ
) under Structure Definition
.
The following programs are available for this archiving object:
Preprocessing program /IAM/ISSUE_ARCH_PRE
The preprocessing program uses the issue status and the chosen selection criteria (for example, residence time) to check for which issues archiving is possible and then assigns them the archiving status Marked for Archiving
.
For more information, see Checks for /IAM/ISSUE
Write program /IAM/ISSUE_ARCH_WRI
The write program creates archive files and stores the issues with the status Marked for Archiving
in the file.
Note
When QIM data is archived, transient texts, such as the descriptions of codes stored in Customizing, are also archived in one specific language; if you perform the archiving in English, these texts will be shown in English when you display the archived data at a later stage, even if you are logged on to the system in another language.
Delete program /IAM/ISSUE_ARCH_DEL
The delete program reads the data from the archive file. If the read was successful, it sets the status to Archived
and deletes the data from the database.
If you want to extend the archivability checks, archive additional data, or register other archiving classes, you can use the options in the BOPF Enhancement Workbench (transaction /BOBF/CUST_UI
). For more information, see Business Object Builder.
To be able to use the archiving object /IAM/ISSUE
in Information Lifecycle Management (ILM), the ILM object IAM_ISSUE
is delivered.
Settings in ILM object Customizing (transaction IRM_CUST
) for IAM_ISSUE
:
Available Time References:
Created On (CREATION_DATE
)
Last Changed On (LAST_CHANGE_DATE
)
Available Condition Fields:
IAM Application (APPLICATION
)
IAM Authorization Group (AUTH_GROUP
)
Available Policy Categories: Retention Rules (RTP
)
Assigned BOR Object: /IAM/ISSUE
You have authorization for the activity 14 Archive
in the authorization object IAM/I_STAT
Authorization Object for Lifecycle Status (Issue)
, field /IAM/I_ACT
Authorization to Perform Issue-Related Activities
.
You have already activated the activities that belong to the issue and its subissues or marked them for archiving.
In the transaction SARA
, create a variant for the preprocessing program and schedule it.
For more information, see Creating Preprocessing Variants for /IAM/ISSUE
In the transaction SARA
, create a variant for the write program and schedule it.
The delete program is executed automatically after the write program. You can change this setting in Customizing for the archiving object (in the transaction SARA
under ).
The archived data is deleted from the database but can still be displayed.
For more information, see Displaying Archived QIM Data.