SAP Message ARCH_STANDARDS041 - Archive infringement: Reload program does not generate a delta archive

Diagnosis
The archiving standard stipulates that the reload program must be ableto create a new run. All the data that cannot be reloaded is written tothis delta archive.
The ARCHIVE_WRITE_HANDLE parameter was not filled when you calledthe ARCHIVE_OPEN_FOR_MOVE function module. This means that thesystem cannot generate a delta archive.

System Response
INCLUDE ARCH_STNDRD_CHECK_SYS_RESP_1 OBJECT DOKU ID TX

Procedure
INCLUDE ARCH_STNDRD_CHECK_WHATODO_1 OBJECT DOKU ID TX

Procedure for System Administration
Note for the developer of the archiving object: Fill the above mentionedparameter and use this to write all the data that could not be reloadedto a new archive.
Note: Reload programs are correction programs that do not generallybelong in the standard delivery of new archiving solutions. Therefore,check whether you can use archive read accesses instead of a reloadprogram.