SAP ABAP Message Class ARCH_STANDARDS Message Number 101 (Violation of Archiving Standard "Completeness of Statistics")
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-ADK (Application Component) Archive Development Kit
     S_ARCH_STANDARD_CHECKS (Package) Standard Archiving Checks
Attribute
Message class ARCH_STANDARDS  
Short Description Standard Archiving Checks    
Message Number 101  
Documentation status       Space: object requires documentation
Authorization check Error Message      
Changed On 20130531   
Message Text
Violation of Archiving Standard "Completeness of Statistics"
Help Document

Diagnosis

According to the data archiving standard, a delete program must update statistics for every data object whose data it deletes. The delete program is currently finishing the delete phase. The number of data objects in the archive file () does not coincide with the number of data objects (), that have been given to the function module ARCHIVE_GIVE_STATISTICS as deleted objects.

System Response

This message is for information purposes only. In some exceptional cases the discrepancy mentioned above may not represent a violation of the data archiving standard.

Procedure

If you are currently restarting the delete phase after a program termination, you can ignore this message. Otherwise contact the developer of the archiving object.

Procedure for System Administration

You can ignore this message in the following cases:

  • It was issued during a repeat of a delete session following a program termination.
  • Your archiving object writes dummy data objects to the archive, whose contents are not deleted.

    In all other cases, check whether you call the function module ARCHIVE_GIVE_STATISTICS for every data object, whose data you have deleted:

    Read the documentation for the TABLE parameter, to be able to create the statistics correctly.

History
Last changed on/by 20130531  SAP 
SAP Release Created in   710