SAP Message ARCH_STANDARDS112 - Violation of Archiving Standard "Output of 100% Progress"

Diagnosis
INCLUDE ARCH_STNDRD_CHECK_CAUSE_PRIN OBJECT DOKU ID TX
The current program called the PROGRESS_INDICATOR function moduleor the PROGRESS_INDICATE method in the CL_PROGRESS_INDICATORclass but:

  • (&v1&) The value 'X' was not copied to the I_OUTPUT_IMMEDIATELY
  • parameter in the last call. Therefore, it cannot be guaranteed that theuser receives information about the final progress status.
    • (&v2&) A message announcing that the progress status is 100% is not
    • displayed. Therefore, the user does not receive the information that theprogress status is 100% even though this information exists. The lastprogress status displayed was &v3&%. (This check is not executed if theuser has requested that the system interrupt the write phase.)

      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
      INCLUDE ARCH_STNDRD_CHECK_WHATODO_2 OBJECT DOKU ID TX
      Call the PROGRESS_INDICATOR function module or thePROGRESS_INDICATE method in the CL_PROGRESS_INDICATORclass again before you call the ARCHIVE_CLOSE_FILE functionmodule. This time copy the value 'X' to the I_OUTPUT_IMMEDIATELYparameter.
      INCLUDE ARCH_STNDRD_CHECK_WHATODO_3 OBJECT DOKU ID TX