SAP Program /SCMB/DF_ARCHIVE_RELOAD - Report /SCMB/DF_ARCHIVE_RELOAD

Purpose
The report reads the document flow networks (records of nodes, linksand link properties) from the chosen archive file and loads them back tothe database. After the operation the report deletes the archive fileand displays a log about how many records have been reloaded.
This report serves exclusively example purposes, to enable applicationdevelopers to test and check how the relevant functions of the archivingclass /SCMB/DF are triggered.

Integration
This report is referenced in the archive object /SCMB/DF (you can checkin transaction AOBJ).
There are three related reports assigned to the same archive object inthe package /SCMB/FLOW_NET as examples for the other archivingfunctionalities:
The /SCMB/DF_ARCHIVE_WRITEreport writes into the archive file from the database.
The /SCMB/DF_ARCHIVE_DELETEdeletes the database entries after the archive file is ready.
The /SCMB/DF_ARCHIVE_READ readsthe given archive file.

Prerequisites
You have maintained the Customizing settings for
archive object /SCMB/DF and for
archiving class /SCMB/DF.

Selection
The report can be started in 2 modes:
Test mode: the report only counts the affected records and displays itin a log.
Productive mode: the report writes records back into the database anddeletes the archive file and displays the log.

Output
Result of reloading from the archive is displayed.

1326859Document Flow Archiving Examples